DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] Add the features for nfp include VLAN strip, QinQ strip, VLAN insert
@ 2022-11-28  6:53 Chaoyong He
  2022-11-28  6:53 ` [PATCH 1/8] net/nfp: break out function to report device information Chaoyong He
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Chaoyong He @ 2022-11-28  6:53 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, niklas.soderlund, Chaoyong He

Add support for QinQ strip
Add support for VLAN strip
Add support for VLAN insert with NFD3
Add support for VLAN insert with NFDk

Peng Zhang (8):
  net/nfp: break out function to report device information
  net/nfp: modify the logic of parse metadata
  net/nfp: add new metadata type for achieving VLAN strip
  net/nfp: add support for QinQ strip
  net/nfp: add support for VLAN strip V2
  net/nfp: add support for VLAN insert with NFD3
  net/nfp: add support for VLAN insert V2 with NFD3
  net/nfp: add support for VLAN insert with NFDk

 doc/guides/nics/features/nfp.ini |   1 +
 doc/guides/nics/nfp.rst          | 139 ++++++++++++
 drivers/net/nfp/nfp_common.c     |  84 ++++++--
 drivers/net/nfp/nfp_common.h     |   1 +
 drivers/net/nfp/nfp_ctrl.h       |  16 +-
 drivers/net/nfp/nfp_ethdev.c     |  23 +-
 drivers/net/nfp/nfp_ethdev_vf.c  |  23 +-
 drivers/net/nfp/nfp_rxtx.c       | 356 ++++++++++++++++++++++++++-----
 drivers/net/nfp/nfp_rxtx.h       |  59 ++++-
 9 files changed, 587 insertions(+), 115 deletions(-)

-- 
2.29.3


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

end of thread, other threads:[~2023-01-24 16:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28  6:53 [PATCH 0/8] Add the features for nfp include VLAN strip, QinQ strip, VLAN insert Chaoyong He
2022-11-28  6:53 ` [PATCH 1/8] net/nfp: break out function to report device information Chaoyong He
2023-01-16  2:24   ` Nole Zhang
2022-11-28  6:53 ` [PATCH 2/8] net/nfp: modify the logic of parse metadata Chaoyong He
2022-11-28  6:53 ` [PATCH 3/8] net/nfp: add new metadata type for achieving VLAN strip Chaoyong He
2022-11-28  6:53 ` [PATCH 4/8] net/nfp: add support for QinQ strip Chaoyong He
2022-11-28  6:53 ` [PATCH 5/8] net/nfp: add support for VLAN strip V2 Chaoyong He
2022-11-28  6:53 ` [PATCH 6/8] net/nfp: add support for VLAN insert with NFD3 Chaoyong He
2022-11-28  6:53 ` [PATCH 7/8] net/nfp: add support for VLAN insert V2 " Chaoyong He
2022-11-28  6:53 ` [PATCH 8/8] net/nfp: add support for VLAN insert with NFDk Chaoyong He
2023-01-24 16:28 ` [PATCH 0/8] Add the features for nfp include VLAN strip, QinQ strip, VLAN insert Ferruh Yigit

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