Message ID | 20210315171342.232809-1-razor@blackwall.org (mailing list archive) |
---|---|
Headers | show |
Series | net: bridge: mcast: simplify allow/block EHT code | expand |
On Mon, 15 Mar 2021 19:13:40 +0200 Nikolay Aleksandrov wrote: > There are no functional changes. That appears to indeed be the case: Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 15 Mar 2021 19:13:40 +0200 you wrote: > From: Nikolay Aleksandrov <nikolay@nvidia.com> > > Hi, > The set does two minor cleanups of the EHT allow/block handling code: > patch 01 removes code which is unreachable (it was used in initial EHT > versions, but isn't anymore) and prepares the allow/block functions to be > factored out. Patch 02 factors out common allow/block handling code. > There are no functional changes. > > [...] Here is the summary with links: - [net-next,v2,1/2] net: bridge: mcast: remove unreachable EHT code https://git.kernel.org/netdev/net-next/c/6aa2c371c729 - [net-next,v2,2/2] net: bridge: mcast: factor out common allow/block EHT handling https://git.kernel.org/netdev/net-next/c/e09cf582059e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Nikolay Aleksandrov <nikolay@nvidia.com> Hi, The set does two minor cleanups of the EHT allow/block handling code: patch 01 removes code which is unreachable (it was used in initial EHT versions, but isn't anymore) and prepares the allow/block functions to be factored out. Patch 02 factors out common allow/block handling code. There are no functional changes. v2: send patch 02 and the proper version of both patches Thanks, Nik Nikolay Aleksandrov (2): net: bridge: mcast: remove unreachable EHT code net: bridge: mcast: factor out common allow/block EHT handling net/bridge/br_multicast_eht.c | 141 +++++++++------------------------- 1 file changed, 35 insertions(+), 106 deletions(-)