[Intel-wired-lan] [PATCH net-next v3 2/7] ndo_fdb_del: Add a parameter to report whether notification was sent

Nikolay Aleksandrov razor at blackwall.org
Tue Nov 12 13:56:47 UTC 2024


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 at nvidia.com>
> Reviewed-by: Amit Cohen <amcohen at nvidia.com>
> ---
> 
> Notes:
> CC: Przemek Kitszel <przemyslaw.kitszel at intel.com>
> CC: intel-wired-lan at lists.osuosl.org
> CC: UNGLinuxDriver at microchip.com
> CC: Manish Chopra <manishc at marvell.com>
> CC: GR-Linux-NIC-Dev at marvell.com
> CC: Kuniyuki Iwashima <kuniyu at amazon.com>
> CC: Andrew Lunn <andrew+netdev at lunn.ch>
> CC: Nikolay Aleksandrov <razor at blackwall.org>
> CC: bridge at lists.linux.dev
> 
>  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 at blackwall.org>




More information about the Intel-wired-lan mailing list