Re: [RFC net-next 1/7] net: bridge: switchdev: Refactor br_switchdev_fdb_notify

2021-01-17 Thread Vladimir Oltean
On Sat, Jan 16, 2021 at 02:25:09AM +0100, Tobias Waldekranz wrote: > 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: Vladi

[RFC net-next 1/7] net: bridge: switchdev: Refactor br_switchdev_fdb_notify

2021-01-15 Thread 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 --- net/bridge/br_switchdev.c | 41 +++ 1 file changed, 11 insert