diff options
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | 2017-02-04 20:05:06 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-07 06:53:13 +0300 |
commit | 1f90c7f3470580e24da25f6a6c1fb480ed9371ac (patch) | |
tree | 71559273faec1e745a4484524d8d1d34412cd390 /net/bridge/br_stp.c | |
parent | 63dfef75ed75364901d7caa52c6420cec3e73519 (diff) | |
download | linux-1f90c7f3470580e24da25f6a6c1fb480ed9371ac.tar.xz |
bridge: modify bridge and port to have often accessed fields in one cache line
Move around net_bridge so the vlan fields are in the beginning since
they're checked on every packet even if vlan filtering is disabled.
For the port move flags & vlan group to the beginning, so they're in the
same cache line with the port's state (both flags and state are checked
on each packet).
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_stp.c')
0 files changed, 0 insertions, 0 deletions