mbox

[v2,0/2] configure RSS and handle metadata correctly

Message ID 20230221032909.16888-1-chaoyong.he@corigine.com (mailing list archive)
Headers

Message

Chaoyong He Feb. 21, 2023, 3:29 a.m. UTC
  Select the appropriate RSS configuration in the initial process logic
and modify the logic of processing metadata based on RSS configuration
in the RX function.

---
v2:
* Correct spelling error
---
Long Wu (2):
  net/nfp: standardize the use of RSS-related codes
  net/nfp: modify RSS's processing logic

 drivers/net/nfp/nfp_common.c    |  25 +++++++-
 drivers/net/nfp/nfp_common.h    |   7 +++
 drivers/net/nfp/nfp_ctrl.h      |  18 +++++-
 drivers/net/nfp/nfp_ethdev.c    |   7 +--
 drivers/net/nfp/nfp_ethdev_vf.c |   7 +--
 drivers/net/nfp/nfp_rxtx.c      | 108 ++++++++++++++++++++------------
 6 files changed, 122 insertions(+), 50 deletions(-)