Re: [Bridge] [PATCH net-next 5/8] bridge: mcast: Use MDB group key from configuration structure

2022-12-05 Thread Nikolay Aleksandrov
On 05/12/2022 09:42, Ido Schimmel wrote: > The MDB group key (i.e., {source, destination, protocol, VID}) is > currently determined under the multicast lock from the netlink > attributes. Instead, use the group key from the MDB configuration > structure that was prepared before acquiring the lock.

[Bridge] [PATCH net-next 5/8] bridge: mcast: Use MDB group key from configuration structure

2022-12-04 Thread Ido Schimmel
The MDB group key (i.e., {source, destination, protocol, VID}) is currently determined under the multicast lock from the netlink attributes. Instead, use the group key from the MDB configuration structure that was prepared before acquiring the lock. No functional changes intended. Signed-off-by: