mbox series

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

Message ID 20230221032909.16888-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series configure RSS and handle metadata correctly |

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

Comments

Chaoyong He Feb. 21, 2023, 3:55 a.m. UTC | #1
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
v3:
* 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(-)
  
Ferruh Yigit Feb. 28, 2023, 5:24 p.m. UTC | #2
On 2/21/2023 3:55 AM, Chaoyong He wrote:
> 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
> v3:
> * Correct spelling error
> ---
> Long Wu (2):
>   net/nfp: standardize the use of RSS-related codes
>   net/nfp: modify RSS's processing logic
> 

Series applied to dpdk-next-net/main, thanks.