Message ID | 20230315131155.4071175-1-idosch@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | vxlan: Add MDB support | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 15 Mar 2023 15:11:44 +0200 you wrote: > tl;dr > ===== > > This patchset implements MDB support in the VXLAN driver, allowing it to > selectively forward IP multicast traffic to VTEPs with interested > receivers instead of flooding it to all the VTEPs as BUM. The motivating > use case is intra and inter subnet multicast forwarding using EVPN > [1][2], which means that MDB entries are only installed by the user > space control plane and no snooping is implemented, thereby avoiding a > lot of unnecessary complexity in the kernel. > > [...] Here is the summary with links: - [net-next,v2,01/11] net: Add MDB net device operations https://git.kernel.org/netdev/net-next/c/8c44fa12c8fa - [net-next,v2,02/11] bridge: mcast: Implement MDB net device operations https://git.kernel.org/netdev/net-next/c/c009de1061b5 - [net-next,v2,03/11] rtnetlink: bridge: mcast: Move MDB handlers out of bridge driver https://git.kernel.org/netdev/net-next/c/cc7f5022f810 - [net-next,v2,04/11] rtnetlink: bridge: mcast: Relax group address validation in common code https://git.kernel.org/netdev/net-next/c/da654c80a0eb - [net-next,v2,05/11] vxlan: Move address helpers to private headers https://git.kernel.org/netdev/net-next/c/f307c8bf37a3 - [net-next,v2,06/11] vxlan: Expose vxlan_xmit_one() https://git.kernel.org/netdev/net-next/c/6ab271aaad25 - [net-next,v2,07/11] vxlan: mdb: Add MDB control path support https://git.kernel.org/netdev/net-next/c/a3a48de5eade - [net-next,v2,08/11] vxlan: mdb: Add an internal flag to indicate MDB usage https://git.kernel.org/netdev/net-next/c/bc6c6b013ffe - [net-next,v2,09/11] vxlan: Add MDB data path support https://git.kernel.org/netdev/net-next/c/0f83e69f44bf - [net-next,v2,10/11] vxlan: Enable MDB support https://git.kernel.org/netdev/net-next/c/08f876a7d79e - [net-next,v2,11/11] selftests: net: Add VXLAN MDB test https://git.kernel.org/netdev/net-next/c/62199e3f1658 You are awesome, thank you!