Message ID | 20230419153500.2655036-1-idosch@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | bridge: Add per-{Port, VLAN} neighbor suppression | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 19 Apr 2023 18:34:51 +0300 you wrote: > Background > ========== > > In order to minimize the flooding of ARP and ND messages in the VXLAN > network, EVPN includes provisions [1] that allow participating VTEPs to > suppress such messages in case they know the MAC-IP binding and can > reply on behalf of the remote host. In Linux, the above is implemented > in the bridge driver using a per-port option called "neigh_suppress" > that was added in kernel version 4.15 [2]. > > [...] Here is the summary with links: - [net-next,v2,1/9] bridge: Reorder neighbor suppression check when flooding https://git.kernel.org/netdev/net-next/c/013a7ce81dd8 - [net-next,v2,2/9] bridge: Pass VLAN ID to br_flood() https://git.kernel.org/netdev/net-next/c/e408336a693e - [net-next,v2,3/9] bridge: Add internal flags for per-{Port, VLAN} neighbor suppression https://git.kernel.org/netdev/net-next/c/a714e3ec2308 - [net-next,v2,4/9] bridge: Take per-{Port, VLAN} neighbor suppression into account https://git.kernel.org/netdev/net-next/c/6be42ed0a5f4 - [net-next,v2,5/9] bridge: Encapsulate data path neighbor suppression logic https://git.kernel.org/netdev/net-next/c/3aca683e0654 - [net-next,v2,6/9] bridge: Add per-{Port, VLAN} neighbor suppression data path support https://git.kernel.org/netdev/net-next/c/412614b1457a - [net-next,v2,7/9] bridge: vlan: Allow setting VLAN neighbor suppression state https://git.kernel.org/netdev/net-next/c/83f6d600796c - [net-next,v2,8/9] bridge: Allow setting per-{Port, VLAN} neighbor suppression state https://git.kernel.org/netdev/net-next/c/160656d7201d - [net-next,v2,9/9] selftests: net: Add bridge neighbor suppression test https://git.kernel.org/netdev/net-next/c/7648ac72dcd7 You are awesome, thank you!