Message ID | 20220505054348.269511-1-simon.horman@corigine.com (mailing list archive) |
---|---|
Headers | show |
Series | nfp: flower: decap neighbour table rework | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Thu, 5 May 2022 14:43:39 +0900 you wrote: > Louis Peens says: > > This patch series reworks the way in which flow rules that outputs to > OVS internal ports gets handled by the nfp driver. > > Previously this made use of a small pre_tun_table, but this only used > destination MAC addresses, and made the implicit assumption that there is > only a single source MAC":"destination MAC" mapping per tunnel. In > hindsight this seems to be a pretty obvious oversight, but this was hidden > in plain sight for quite some time. > > [...] Here is the summary with links: - [net-next,1/9] nfp: flower: add infrastructure for pre_tun rework https://git.kernel.org/netdev/net-next/c/29c691347e38 - [net-next,2/9] nfp: flower: add/remove predt_list entries https://git.kernel.org/netdev/net-next/c/e30b2b68c14f - [net-next,3/9] nfp: flower: enforce more strict pre_tun checks https://git.kernel.org/netdev/net-next/c/38fc158e172b - [net-next,4/9] nfp: flower: fixup ipv6/ipv4 route lookup for neigh events https://git.kernel.org/netdev/net-next/c/9d5447ed44b5 - [net-next,5/9] nfp: flower: update nfp_tun_neigh structs https://git.kernel.org/netdev/net-next/c/9ee7c42183d1 - [net-next,6/9] nfp: flower: rework tunnel neighbour configuration https://git.kernel.org/netdev/net-next/c/f1df7956c11f - [net-next,7/9] nfp: flower: link pre_tun flow rules with neigh entries https://git.kernel.org/netdev/net-next/c/591c90a1d0b0 - [net-next,8/9] nfp: flower: remove unused neighbour cache https://git.kernel.org/netdev/net-next/c/c83a0fbe9766 - [net-next,9/9] nfp: flower: enable decap_v2 bit https://git.kernel.org/netdev/net-next/c/a7da2a864a4f You are awesome, thank you!