[PATCH net-next 00/15] net: bridge: mcast: initial IGMPv3 support (part 1)

2020-08-31 Thread Nikolay Aleksandrov
Hi all, This patch-set implements the control plane for initial IGMPv3 support. Patch 01 arranges the structure better by moving the frequently used fields together, patches 02 and 03 add support for source lists and group modes per port group which are dumped. Patch 04 adds support for group-and-s

Re: [PATCH net-next 00/15] net: bridge: mcast: initial IGMPv3 support (part 1)

2020-09-01 Thread Nikolay Aleksandrov
On 31/08/2020 18:08, Nikolay Aleksandrov wrote: > Hi all, > This patch-set implements the control plane for initial IGMPv3 support. [snip] Self-NAK, my torture tests uncovered (a rather obvious) locking issue with the dump code. The src groups will have to be traversed with RCU, and thus RCU-frie