Re: [Bridge] [PATCH net-next 7/8] bridge: mcast: Move checks out of critical section

2022-12-05 Thread Nikolay Aleksandrov
On 05/12/2022 09:42, Ido Schimmel wrote: > The checks only require information parsed from the RTM_NEWMDB netlink > message and do not rely on any state stored in the bridge driver. > Therefore, there is no need to perform the checks in the critical > section under the multicast lock. > > Move the

[Bridge] [PATCH net-next 7/8] bridge: mcast: Move checks out of critical section

2022-12-04 Thread Ido Schimmel
The checks only require information parsed from the RTM_NEWMDB netlink message and do not rely on any state stored in the bridge driver. Therefore, there is no need to perform the checks in the critical section under the multicast lock. Move the checks out of the critical section. Signed-off-by: