mbox series

[0/2] add support for RSS parsing of SCTP packet

Message ID 20230221055222.38289-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series add support for RSS parsing of SCTP packet |

Message

Chaoyong He Feb. 21, 2023, 5:52 a.m. UTC
  Add support for RSS parsing of SCTP packets and modify the logic to
return the right RSS configuration.

Depends-on: series-27102 ("net/nfp: standardize the use of RSS-related")

Long Wu (2):
  net/nfp: add support for RSS parsing of SCTP packets
  net/nfp: fix getting wrong RSS configuration

 drivers/net/nfp/nfp_common.c | 20 +++++++++++++++++---
 drivers/net/nfp/nfp_ctrl.h   |  4 ++++
 2 files changed, 21 insertions(+), 3 deletions(-)
  

Comments

Ferruh Yigit March 1, 2023, 12:36 a.m. UTC | #1
On 2/21/2023 5:52 AM, Chaoyong He wrote:
> Add support for RSS parsing of SCTP packets and modify the logic to
> return the right RSS configuration.
> 
> Depends-on: series-27102 ("net/nfp: standardize the use of RSS-related")
> 
> Long Wu (2):
>   net/nfp: add support for RSS parsing of SCTP packets
>   net/nfp: fix getting wrong RSS configuration

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