outreachy.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v6 0/2] propagate extack to vxlan_fdb_delete
@ 2022-05-05 15:09 Alaa Mohamed
  2022-05-05 15:09 ` [PATCH net-next v6 1/2] rtnetlink: add extack support in fdb del handlers Alaa Mohamed
  2022-05-05 15:09 ` [PATCH net-next v6 2/2] net: vxlan: Add extack support to vxlan_fdb_delete Alaa Mohamed
  0 siblings, 2 replies; 5+ messages in thread
From: Alaa Mohamed @ 2022-05-05 15:09 UTC (permalink / raw)
  To: netdev
  Cc: outreachy, roopa, jdenham, sbrivio, jesse.brandeburg,
	anthony.l.nguyen, davem, kuba, pabeni, vladimir.oltean,
	claudiu.manoil, alexandre.belloni, shshaikh, manishc, razor,
	intel-wired-lan, linux-kernel, UNGLinuxDriver, GR-Linux-NIC-Dev,
	bridge, eng.alaamohamedsoliman.am

In order to propagate extack to vxlan_fdb_delete 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: Add extack support to vxlan_fdb_delete

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

-- 
2.36.0


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

end of thread, other threads:[~2022-05-12  8:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 15:09 [PATCH net-next v6 0/2] propagate extack to vxlan_fdb_delete Alaa Mohamed
2022-05-05 15:09 ` [PATCH net-next v6 1/2] rtnetlink: add extack support in fdb del handlers Alaa Mohamed
2022-05-05 15:09 ` [PATCH net-next v6 2/2] net: vxlan: Add extack support to vxlan_fdb_delete Alaa Mohamed
2022-05-09 22:46   ` Jakub Kicinski
2022-05-12  8:39     ` Alaa Mohamed

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).