Re: [PATCH net-next v2 0/2] net: bridge: mcast: simplify allow/block EHT code

2021-03-16 Thread patchwork-bot+netdevbpf
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 > > 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 initi

Re: [PATCH net-next v2 0/2] net: bridge: mcast: simplify allow/block EHT code

2021-03-16 Thread Jakub Kicinski
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

[PATCH net-next v2 0/2] net: bridge: mcast: simplify allow/block EHT code

2021-03-15 Thread Nikolay Aleksandrov
From: Nikolay Aleksandrov 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/bloc