All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] nfp: support VLAN strip and insert
@ 2022-07-02  7:35 Simon Horman
  2022-07-02  7:35 ` [PATCH net-next 1/2] nfp: support RX VLAN ctag/stag strip Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2022-07-02  7:35 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski, Paolo Abeni; +Cc: netdev, oss-drivers, Diana Wang

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


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

end of thread, other threads:[~2022-07-04  9:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-02  7:35 [PATCH net-next 0/2] nfp: support VLAN strip and insert Simon Horman
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

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.