DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Add support of report packet type
@ 2023-05-22  8:04 Chaoyong He
  2023-05-22  8:04 ` [PATCH 1/5] mailmap: update contributor entry Chaoyong He
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Chaoyong He @ 2023-05-22  8:04 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, niklas.soderlund, Chaoyong He

This patch series add the support of report packet type function for
NFP PMD:
- Add a new contributor entry
- Rename one data field of RX descriptor
- Refactor the logic of NFP reconfig
- Add the logic of report packet type

Qin Ke (5):
  mailmap: update contributor entry
  net/nfp: rename field and add comment for Rx descriptor
  net/nfp: standardize the logic for nfp reconfig function
  net/nfp: remove logic of reporting packet type by hash type
  net/nfp: report packet type by Rx descriptor

 .mailmap                            |   1 +
 drivers/net/nfp/flower/nfp_flower.c |   2 +-
 drivers/net/nfp/nfp_common.c        |  72 ++++++++++---
 drivers/net/nfp/nfp_common.h        |   1 +
 drivers/net/nfp/nfp_ctrl.h          |  16 ++-
 drivers/net/nfp/nfp_ethdev.c        |  12 ++-
 drivers/net/nfp/nfp_rxtx.c          | 162 +++++++++++++++++++++++-----
 drivers/net/nfp/nfp_rxtx.h          | 107 +++++++++++++++---
 8 files changed, 315 insertions(+), 58 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-06-02 16:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-22  8:04 [PATCH 0/5] Add support of report packet type Chaoyong He
2023-05-22  8:04 ` [PATCH 1/5] mailmap: update contributor entry Chaoyong He
2023-05-22  8:04 ` [PATCH 2/5] net/nfp: rename field and add comment for Rx descriptor Chaoyong He
2023-05-22  8:04 ` [PATCH 3/5] net/nfp: standardize the logic for nfp reconfig function Chaoyong He
2023-05-22  8:04 ` [PATCH 4/5] net/nfp: remove logic of reporting packet type by hash type Chaoyong He
2023-05-22  8:05 ` [PATCH 5/5] net/nfp: report packet type by Rx descriptor Chaoyong He
2023-06-02 16:26 ` [PATCH 0/5] Add support of report packet type 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).