On 11/11/24 19:08, Petr Machata wrote: > In a similar fashion to ndo_fdb_add, which was covered in the previous > patch, add the bool *notified argument to ndo_fdb_del. Callees that send a > notification on their own set the flag to true. > > Signed-off-by: Petr Machata <petrm@xxxxxxxxxx> > Reviewed-by: Amit Cohen <amcohen@xxxxxxxxxx> > --- > > Notes: > CC: Przemek Kitszel <przemyslaw.kitszel@xxxxxxxxx> > CC: intel-wired-lan@xxxxxxxxxxxxxxxx > CC: UNGLinuxDriver@xxxxxxxxxxxxx > CC: Manish Chopra <manishc@xxxxxxxxxxx> > CC: GR-Linux-NIC-Dev@xxxxxxxxxxx > CC: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx> > CC: Andrew Lunn <andrew+netdev@xxxxxxx> > CC: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx> > CC: bridge@xxxxxxxxxxxxxxx > > drivers/net/ethernet/intel/ice/ice_main.c | 4 +++- > drivers/net/ethernet/mscc/ocelot_net.c | 2 +- > drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +- > drivers/net/macvlan.c | 2 +- > drivers/net/vxlan/vxlan_core.c | 5 ++++- > include/linux/netdevice.h | 9 +++++++-- > net/bridge/br_fdb.c | 15 ++++++++------- > net/bridge/br_private.h | 2 +- > net/core/rtnetlink.c | 11 ++++++++--- > 9 files changed, 34 insertions(+), 18 deletions(-) > Reviewed-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>