diff options
author | 2023-04-19 18:34:52 +0300 | |
---|---|---|
committer | 2023-04-21 08:25:49 +0100 | |
commit | 013a7ce81dd8a5bba31f802053829d91f9a43a8f (patch) | |
tree | 2d65b70aa1c73c3aef3107cc5fe8c020ccc70c48 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'macsec-vlan' (diff) | |
download | wireguard-linux-013a7ce81dd8a5bba31f802053829d91f9a43a8f.tar.xz wireguard-linux-013a7ce81dd8a5bba31f802053829d91f9a43a8f.zip |
bridge: Reorder neighbor suppression check when flooding
The bridge does not flood ARP / NS packets for which a reply was sent to
bridge ports that have neighbor suppression enabled.
Subsequent patches are going to add per-{Port, VLAN} neighbor
suppression, which is going to make it more expensive to check whether
neighbor suppression is enabled since a VLAN lookup will be required.
Therefore, instead of unnecessarily performing this lookup for every
packet, only perform it for ARP / NS packets for which a reply was sent.
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions