Re: [Bridge] [PATCH] net: bridge: multicast: notify switchdev driver whenever MC processing gets disabled

2022-02-15 Thread Nikolay Aleksandrov via Bridge
(+CC Ido) On 15/02/2022 07:13, Jakub Kicinski wrote: > On Fri, 11 Feb 2022 15:14:26 +0200 Oleksandr Mazur wrote: >> Whenever bridge driver hits the max capacity of MDBs, it disables >> the MC processing (by setting corresponding bridge option), but never >> notifies switchdev about such change (the

Re: [Bridge] [PATCH] net: bridge: multicast: notify switchdev driver whenever MC processing gets disabled

2022-02-15 Thread Ido Schimmel
On Fri, Feb 11, 2022 at 03:14:26PM +0200, Oleksandr Mazur wrote: > Whenever bridge driver hits the max capacity of MDBs, it disables > the MC processing (by setting corresponding bridge option), but never > notifies switchdev about such change (the notifiers are called only upon > explicit setting

Re: [Bridge] [PATCH] net: bridge: multicast: notify switchdev driver whenever MC processing gets disabled

2022-02-15 Thread Ido Schimmel
On Tue, Feb 15, 2022 at 10:31:41AM +0200, Nikolay Aleksandrov wrote: > (+CC Ido) > On 15/02/2022 07:13, Jakub Kicinski wrote: > > On Fri, 11 Feb 2022 15:14:26 +0200 Oleksandr Mazur wrote: > >> Whenever bridge driver hits the max capacity of MDBs, it disables > >> the MC processing (by setting corre

[Bridge] [PATCH net v2] net: bridge: multicast: notify switchdev driver whenever MC processing gets disabled

2022-02-15 Thread Oleksandr Mazur
Whenever bridge driver hits the max capacity of MDBs, it disables the MC processing (by setting corresponding bridge option), but never notifies switchdev about such change (the notifiers are called only upon explicit setting of this option, through the registered netlink interface). This could le

Re: [Bridge] [PATCH net v2] net: bridge: multicast: notify switchdev driver whenever MC processing gets disabled

2022-02-15 Thread Nikolay Aleksandrov via Bridge
On 15/02/2022 18:53, Oleksandr Mazur wrote: > Whenever bridge driver hits the max capacity of MDBs, it disables > the MC processing (by setting corresponding bridge option), but never > notifies switchdev about such change (the notifiers are called only upon > explicit setting of this option, throu