]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: bridge: change unicast boolean to exact pkt_type
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Wed, 31 Aug 2016 13:36:51 +0000 (15:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Sep 2016 05:48:33 +0000 (22:48 -0700)
commit8addd5e7d3a5c118a214a7794ae299787198aa25
tree37adf8325e89d0b8548e0cfa9053a69acee2740f
parentd297653dd6f07afbe7e6c702a4bcd7615680002e
net: bridge: change unicast boolean to exact pkt_type

Remove the unicast flag and introduce an exact pkt_type. That would help us
for the upcoming per-port multicast flood flag and also slightly reduce the
tests in the input fast path.

Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_device.c
net/bridge/br_forward.c
net/bridge/br_input.c
net/bridge/br_private.h