Re: [Bridge] [PATCH net-next 04/12] bridge: Add br_fdb_clear_offload()

2018-12-05 Thread Nikolay Aleksandrov
On 05/12/2018 17:50, Ido Schimmel wrote: > From: Petr Machata > > When a driver unoffloads all FDB entries en bloc, it's inefficient to > send the switchdev notification one by one. Add a helper that unsets the > offload flag on FDB entries on a given bridge port and VLAN. > > Signed-off-by: Pet

[Bridge] [PATCH net-next 04/12] bridge: Add br_fdb_clear_offload()

2018-12-05 Thread Ido Schimmel
From: Petr Machata When a driver unoffloads all FDB entries en bloc, it's inefficient to send the switchdev notification one by one. Add a helper that unsets the offload flag on FDB entries on a given bridge port and VLAN. Signed-off-by: Petr Machata Signed-off-by: Ido Schimmel --- include/li