summaryrefslogtreecommitdiff
path: root/net/ncsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/ncsi/Kconfig')
0 files changed, 0 insertions, 0 deletions
ble>
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')
-rw-r--r--net/bridge/br_private.h43
1 files changed, 20 insertions, 23 deletions
diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h