All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <simon.horman@corigine.com>
To: David Miller <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>
Cc: netdev@vger.kernel.org, oss-drivers@corigine.com,
	Diana Wang <na.wang@corigine.com>
Subject: [PATCH net-next 0/2] nfp: support VLAN strip and insert
Date: Sat,  2 Jul 2022 09:35:49 +0200	[thread overview]
Message-ID: <20220702073551.610012-1-simon.horman@corigine.com> (raw)

Hi,

this series adds support to the NFP driver for HW offload of both:

* RX VLAN ctag/stag strip
* TX VLAN ctag insert

Diana Wang (2):
  nfp: support RX VLAN ctag/stag strip
  nfp: support TX VLAN ctag insert

 drivers/net/ethernet/netronome/nfp/nfd3/dp.c  | 63 ++++++++++++-----
 .../net/ethernet/netronome/nfp/nfd3/rings.c   |  2 +
 drivers/net/ethernet/netronome/nfp/nfd3/xsk.c |  9 ++-
 drivers/net/ethernet/netronome/nfp/nfdk/dp.c  | 21 ++++--
 .../net/ethernet/netronome/nfp/nfdk/rings.c   |  1 +
 drivers/net/ethernet/netronome/nfp/nfp_net.h  |  7 ++
 .../ethernet/netronome/nfp/nfp_net_common.c   | 68 +++++++++++++++----
 .../net/ethernet/netronome/nfp/nfp_net_ctrl.h | 17 +++++
 .../net/ethernet/netronome/nfp/nfp_net_dp.c   | 24 +++++++
 .../net/ethernet/netronome/nfp/nfp_net_dp.h   |  2 +
 .../net/ethernet/netronome/nfp/nfp_net_repr.c | 13 ++--
 11 files changed, 187 insertions(+), 40 deletions(-)

-- 
2.30.2


             reply	other threads:[~2022-07-02  7:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-02  7:35 Simon Horman [this message]
2022-07-02  7:35 ` [PATCH net-next 1/2] nfp: support RX VLAN ctag/stag strip Simon Horman
2022-07-02  7:35 ` [PATCH net-next 2/2] nfp: support TX VLAN ctag insert Simon Horman
2022-07-04  9:50 ` [PATCH net-next 0/2] nfp: support VLAN strip and insert patchwork-bot+netdevbpf

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=20220702073551.610012-1-simon.horman@corigine.com \
    --to=simon.horman@corigine.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=na.wang@corigine.com \
    --cc=netdev@vger.kernel.org \
    --cc=oss-drivers@corigine.com \
    --cc=pabeni@redhat.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.