Skip to content

Commit

Permalink
kernel: add a fast path for the bridge code
Browse files Browse the repository at this point in the history
This caches flows between MAC addresses on separate ports, including their VLAN
in order to bypass the normal bridge forwarding code.
In my test on MT7622, this reduces LAN->WLAN bridging CPU usage by 6-10%,
potentially even more on weaker platforms

Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 authored and Beginner-Go committed Feb 13, 2022
1 parent b1279a7 commit c9039bd
Show file tree
Hide file tree
Showing 2 changed files with 821 additions and 4 deletions.
Loading

0 comments on commit c9039bd

Please sign in to comment.