Message ID | 20240822154059.1066595-1-sean.anderson@linux.dev (mailing list archive) |
---|---|
Headers | show |
Series | net: xilinx: axienet: Multicast fixes and improvements | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 22 Aug 2024 11:40:54 -0400 you wrote: > This series has a few small patches improving the handling of multicast > addresses. In particular, it makes the driver a whole lot less spammy, > and adjusts things so we aren't in promiscuous mode when we have more > than four multicast addresses (a common occurance on modern systems). > > As the hardware has a 4-entry CAM, the ideal method would be to "pack" > multiple addresses into one CAM entry. Something like: > > [...] Here is the summary with links: - [net-next,v3,1/5] net: xilinx: axienet: Always disable promiscuous mode https://git.kernel.org/netdev/net/c/4ae738dfef2c - [net-next,v3,2/5] net: xilinx: axienet: Fix dangling multicast addresses https://git.kernel.org/netdev/net/c/797a68c9de0f - [net-next,v3,3/5] net: xilinx: axienet: Don't print if we go into promiscuous mode (no matching commit) - [net-next,v3,4/5] net: xilinx: axienet: Don't set IFF_PROMISC in ndev->flags (no matching commit) - [net-next,v3,5/5] net: xilinx: axienet: Support IFF_ALLMULTI (no matching commit) You are awesome, thank you!
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 22 Aug 2024 11:40:54 -0400 you wrote: > This series has a few small patches improving the handling of multicast > addresses. In particular, it makes the driver a whole lot less spammy, > and adjusts things so we aren't in promiscuous mode when we have more > than four multicast addresses (a common occurance on modern systems). > > As the hardware has a 4-entry CAM, the ideal method would be to "pack" > multiple addresses into one CAM entry. Something like: > > [...] Here is the summary with links: - [net-next,v3,1/5] net: xilinx: axienet: Always disable promiscuous mode (no matching commit) - [net-next,v3,2/5] net: xilinx: axienet: Fix dangling multicast addresses (no matching commit) - [net-next,v3,3/5] net: xilinx: axienet: Don't print if we go into promiscuous mode https://git.kernel.org/netdev/net-next/c/cd039e6787ff - [net-next,v3,4/5] net: xilinx: axienet: Don't set IFF_PROMISC in ndev->flags https://git.kernel.org/netdev/net-next/c/7a826fb3e4c6 - [net-next,v3,5/5] net: xilinx: axienet: Support IFF_ALLMULTI https://git.kernel.org/netdev/net-next/c/749e67d5b297 You are awesome, thank you!