Re: [PATCH net-next 1/2] net: bridge: switchdev: refactor br_switchdev_fdb_notify

2021-04-14 Thread Vladimir Oltean
On Wed, Apr 14, 2021 at 06:25:03PM +0300, Nikolay Aleksandrov wrote: > On 14/04/2021 18:15, Vladimir Oltean wrote: > > From: Tobias Waldekranz > > > > Instead of having to add more and more arguments to > > br_switchdev_fdb_call_notifiers, get rid of it and build the info > > struct directly in b

Re: [PATCH net-next 1/2] net: bridge: switchdev: refactor br_switchdev_fdb_notify

2021-04-14 Thread Nikolay Aleksandrov
On 14/04/2021 18:15, Vladimir Oltean wrote: > From: Tobias Waldekranz > > Instead of having to add more and more arguments to > br_switchdev_fdb_call_notifiers, get rid of it and build the info > struct directly in br_switchdev_fdb_notify. > > Signed-off-by: Tobias Waldekranz > Reviewed-by: Vla

[PATCH net-next 1/2] net: bridge: switchdev: refactor br_switchdev_fdb_notify

2021-04-14 Thread Vladimir Oltean
From: Tobias Waldekranz Instead of having to add more and more arguments to br_switchdev_fdb_call_notifiers, get rid of it and build the info struct directly in br_switchdev_fdb_notify. Signed-off-by: Tobias Waldekranz Reviewed-by: Vladimir Oltean Signed-off-by: Vladimir Oltean --- net/bridg