Message ID | cover.1695137616.git.petrm@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | mlxsw: Improve blocks selection for IPv6 multicast forwarding | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Tue, 19 Sep 2023 17:42:53 +0200 you wrote: > Amit Cohen writes: > > The driver configures two ACL regions during initialization, these regions > are used for IPv4 and IPv6 multicast forwarding. Entries residing in these > two regions match on the {SIP, DIP, VRID} key elements. > > Currently for IPv6 region, 9 key blocks are used. This can be improved by > reducing the amount key blocks needed for the IPv6 region to 8. It is > possible to use key blocks that mix subsets of the VRID element with > subsets of the DIP element. > > [...] Here is the summary with links: - [net-next,v2,1/3] mlxsw: Add 'ipv4_5' flex key https://git.kernel.org/netdev/net-next/c/c2f3e10ac4eb - [net-next,v2,2/3] mlxsw: spectrum_acl_flex_keys: Add 'ipv4_5b' flex key https://git.kernel.org/netdev/net-next/c/c6caabdf3e0c - [net-next,v2,3/3] mlxsw: Edit IPv6 key blocks to use one less block for multicast forwarding https://git.kernel.org/netdev/net-next/c/92953e7aab01 You are awesome, thank you!