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 <[email protected]>
> Reviewed-by: Amit Cohen <[email protected]>
> ---
> 
> Notes:
> CC: Przemek Kitszel <[email protected]>
> CC: [email protected]
> CC: [email protected]
> CC: Manish Chopra <[email protected]>
> CC: [email protected]
> CC: Kuniyuki Iwashima <[email protected]>
> CC: Andrew Lunn <[email protected]>
> CC: Nikolay Aleksandrov <[email protected]>
> CC: [email protected]
> 
>  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 <[email protected]>


Reply via email to