All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alaa Mohamed <eng.alaamohamedsoliman.am@gmail.com>
To: netdev@vger.kernel.org
Cc: eng.alaamohamedsoliman.am@gmail.com, shshaikh@marvell.com,
	jdenham@redhat.com, GR-Linux-NIC-Dev@marvell.com,
	manishc@marvell.com, alexandre.belloni@bootlin.com,
	outreachy@lists.linux.dev, vladimir.oltean@nxp.com,
	razor@blackwall.org, bridge@lists.linux-foundation.org,
	jesse.brandeburg@intel.com, linux-kernel@vger.kernel.org,
	sbrivio@redhat.com, claudiu.manoil@nxp.com,
	anthony.l.nguyen@intel.com, roopa@nvidia.com, kuba@kernel.org,
	pabeni@redhat.com, davem@davemloft.net,
	UNGLinuxDriver@microchip.com, intel-wired-lan@lists.osuosl.org
Subject: [Bridge] [PATCH net-next v6 0/2] propagate extack to vxlan_fdb_delete
Date: Thu,  5 May 2022 17:09:56 +0200	[thread overview]
Message-ID: <cover.1651762829.git.eng.alaamohamedsoliman.am@gmail.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Alaa Mohamed <eng.alaamohamedsoliman.am@gmail.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH net-next v6 0/2] propagate extack to vxlan_fdb_delete
Date: Thu,  5 May 2022 17:09:56 +0200	[thread overview]
Message-ID: <cover.1651762829.git.eng.alaamohamedsoliman.am@gmail.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Alaa Mohamed <eng.alaamohamedsoliman.am@gmail.com>
To: netdev@vger.kernel.org
Cc: outreachy@lists.linux.dev, roopa@nvidia.com, jdenham@redhat.com,
	sbrivio@redhat.com, jesse.brandeburg@intel.com,
	anthony.l.nguyen@intel.com, davem@davemloft.net, kuba@kernel.org,
	pabeni@redhat.com, vladimir.oltean@nxp.com,
	claudiu.manoil@nxp.com, alexandre.belloni@bootlin.com,
	shshaikh@marvell.com, manishc@marvell.com, razor@blackwall.org,
	intel-wired-lan@lists.osuosl.org, linux-kernel@vger.kernel.org,
	UNGLinuxDriver@microchip.com, GR-Linux-NIC-Dev@marvell.com,
	bridge@lists.linux-foundation.org,
	eng.alaamohamedsoliman.am@gmail.com
Subject: [PATCH net-next v6 0/2] propagate extack to vxlan_fdb_delete
Date: Thu,  5 May 2022 17:09:56 +0200	[thread overview]
Message-ID: <cover.1651762829.git.eng.alaamohamedsoliman.am@gmail.com> (raw)

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


             reply	other threads:[~2022-05-05 15:09 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-05 15:09 Alaa Mohamed [this message]
2022-05-05 15:09 ` [PATCH net-next v6 0/2] propagate extack to vxlan_fdb_delete Alaa Mohamed
2022-05-05 15:09 ` [Intel-wired-lan] " Alaa Mohamed
2022-05-05 15:09 ` [Bridge] [PATCH net-next v6 1/2] rtnetlink: add extack support in fdb del handlers Alaa Mohamed
2022-05-05 15:09   ` Alaa Mohamed
2022-05-05 15:09   ` [Intel-wired-lan] " Alaa Mohamed
2022-05-05 15:09 ` [Bridge] [PATCH net-next v6 2/2] net: vxlan: Add extack support to vxlan_fdb_delete Alaa Mohamed
2022-05-05 15:09   ` Alaa Mohamed
2022-05-05 15:09   ` [Intel-wired-lan] " Alaa Mohamed
2022-05-09 22:46   ` [Bridge] " Jakub Kicinski
2022-05-09 22:46     ` Jakub Kicinski
2022-05-09 22:46     ` [Intel-wired-lan] " Jakub Kicinski
2022-05-12  8:39     ` [Bridge] " Alaa Mohamed
2022-05-12  8:39       ` Alaa Mohamed
2022-05-12  8:39       ` [Intel-wired-lan] " Alaa Mohamed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1651762829.git.eng.alaamohamedsoliman.am@gmail.com \
    --to=eng.alaamohamedsoliman.am@gmail.com \
    --cc=GR-Linux-NIC-Dev@marvell.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=anthony.l.nguyen@intel.com \
    --cc=bridge@lists.linux-foundation.org \
    --cc=claudiu.manoil@nxp.com \
    --cc=davem@davemloft.net \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=jdenham@redhat.com \
    --cc=jesse.brandeburg@intel.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manishc@marvell.com \
    --cc=netdev@vger.kernel.org \
    --cc=outreachy@lists.linux.dev \
    --cc=pabeni@redhat.com \
    --cc=razor@blackwall.org \
    --cc=roopa@nvidia.com \
    --cc=sbrivio@redhat.com \
    --cc=shshaikh@marvell.com \
    --cc=vladimir.oltean@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.