All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] net: bridge: mcast: simplify allow/block EHT code
@ 2021-03-15 17:13 ` Nikolay Aleksandrov
  0 siblings, 0 replies; 10+ messages in thread
From: Nikolay Aleksandrov @ 2021-03-15 17:13 UTC (permalink / raw)
  To: netdev; +Cc: roopa, bridge, kuba, davem, Nikolay Aleksandrov

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(-)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-03-16 22:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 17:13 [PATCH net-next v2 0/2] net: bridge: mcast: simplify allow/block EHT code Nikolay Aleksandrov
2021-03-15 17:13 ` [Bridge] " Nikolay Aleksandrov
2021-03-15 17:13 ` [PATCH net-next v2 1/2] net: bridge: mcast: remove unreachable " Nikolay Aleksandrov
2021-03-15 17:13   ` [Bridge] " Nikolay Aleksandrov
2021-03-15 17:13 ` [PATCH net-next v2 2/2] net: bridge: mcast: factor out common allow/block EHT handling Nikolay Aleksandrov
2021-03-15 17:13   ` [Bridge] " Nikolay Aleksandrov
2021-03-16 20:59 ` [PATCH net-next v2 0/2] net: bridge: mcast: simplify allow/block EHT code Jakub Kicinski
2021-03-16 20:59   ` [Bridge] " Jakub Kicinski
2021-03-16 22:00 ` patchwork-bot+netdevbpf
2021-03-16 22:00   ` [Bridge] " patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.