netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2]  Propagate extack to vxlan_fdb_delet
@ 2022-04-19 14:37 Alaa Mohamed
  2022-04-19 14:37 ` [PATCH net-next 1/2] rtnetlink: add extack support in fdb del handlers Alaa Mohamed
  2022-04-19 14:37 ` [PATCH net-next 2/2] net: vxlan: vxlan_core.c: Add extack support to vxlan_fdb_delet Alaa Mohamed
  0 siblings, 2 replies; 5+ messages in thread
From: Alaa Mohamed @ 2022-04-19 14:37 UTC (permalink / raw)
  To: netdev
  Cc: outreachy, roopa, roopa.prabhu, jdenham, sbrivio,
	eng.alaamohamedsoliman.am

In order to propagate extack to vxlan_fdb_delet and vxlan_fdb_parse,
add extack to .ndo_fdb_del and edit all fdb del handelers


Alaa Mohamed (2):
  rtnetlink: add extack support in fdb del handlers
  net: vxlan: vxlan_core.c: Add extack support to vxlan_fdb_delet

 drivers/net/ethernet/intel/ice/ice_main.c        |  2 +-
 drivers/net/ethernet/mscc/ocelot_net.c           |  4 ++--
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c |  2 +-
 drivers/net/macvlan.c                            |  2 +-
 drivers/net/vxlan/vxlan_core.c                   | 15 +++++++++++----
 include/linux/netdevice.h                        |  2 +-
 net/bridge/br_fdb.c                              |  2 +-
 net/bridge/br_private.h                          |  2 +-
 net/core/rtnetlink.c                             |  4 ++--
 9 files changed, 21 insertions(+), 14 deletions(-)

--
2.35.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-22 18:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-19 14:37 [PATCH net-next 0/2] Propagate extack to vxlan_fdb_delet Alaa Mohamed
2022-04-19 14:37 ` [PATCH net-next 1/2] rtnetlink: add extack support in fdb del handlers Alaa Mohamed
2022-04-19 14:37 ` [PATCH net-next 2/2] net: vxlan: vxlan_core.c: Add extack support to vxlan_fdb_delet Alaa Mohamed
2022-04-19 14:54   ` Roopa Prabhu
2022-04-22 18:37   ` David Ahern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).