Message ID | 20211214142551.606542-1-idosch@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | mlxsw: Add support for VxLAN with IPv6 underlay | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 14 Dec 2021 16:25:43 +0200 you wrote: > So far, mlxsw only supported VxLAN with IPv4 underlay. This patchset > extends mlxsw to also support VxLAN with IPv6 underlay. The main > difference is related to the way IPv6 addresses are handled by the > device. See patch #1 for a detailed explanation. > > Patch #1 creates a common hash table to store the mapping from IPv6 > addresses to KVDL indexes. This table is useful for both IP-in-IP and > VxLAN tunnels with an IPv6 underlay. > > [...] Here is the summary with links: - [net-next,1/8] mlxsw: spectrum: Add hash table for IPv6 address mapping https://git.kernel.org/netdev/net-next/c/e846efe2737b - [net-next,2/8] mlxsw: spectrum_ipip: Use common hash table for IPv6 address mapping https://git.kernel.org/netdev/net-next/c/cf42911523e0 - [net-next,3/8] mlxsw: spectrum_nve_vxlan: Make VxLAN flags check per address family https://git.kernel.org/netdev/net-next/c/720d683cbe8b - [net-next,4/8] mlxsw: Split handling of FDB tunnel entries between address families https://git.kernel.org/netdev/net-next/c/1fd85416e3b5 - [net-next,5/8] mlxsw: reg: Add a function to fill IPv6 unicast FDB entries https://git.kernel.org/netdev/net-next/c/4b08c3e676b1 - [net-next,6/8] mlxsw: spectrum_nve: Keep track of IPv6 addresses used by FDB entries https://git.kernel.org/netdev/net-next/c/0860c7641634 - [net-next,7/8] mlxsw: Add support for VxLAN with IPv6 underlay https://git.kernel.org/netdev/net-next/c/06c08f869c0e - [net-next,8/8] selftests: mlxsw: vxlan: Remove IPv6 test case https://git.kernel.org/netdev/net-next/c/fb488be8c28d You are awesome, thank you!