mbox series

[0/2] fixs for shared RSS action

Message ID cover.1616724524.git.jackmin@nvidia.com (mailing list archive)
Headers
Series fixs for shared RSS action |

Message

Jack Min March 26, 2021, 5:20 a.m. UTC
  This series of patchs fix two problems of shared RSS action:
1. inner RSS (level > 1) doesn't work
2. missed RSS types support (i.e L3-src-only)

Xiaoyu Min (2):
  net/mlx5: fix shared inner RSS
  net/mlx5: fix missing shared RSS hash types

 drivers/net/mlx5/mlx5_flow.h    |  22 +++-
 drivers/net/mlx5/mlx5_flow_dv.c | 176 +++++++++++++++++++++++++++-----
 2 files changed, 170 insertions(+), 28 deletions(-)
  

Comments

Raslan Darawsheh April 1, 2021, 7:23 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Xiaoyu Min
> Sent: Friday, March 26, 2021 8:20 AM
> Cc: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH 0/2] fixs for shared RSS action
> 
> This series of patchs fix two problems of shared RSS action:
> 1. inner RSS (level > 1) doesn't work
> 2. missed RSS types support (i.e L3-src-only)
> 
> Xiaoyu Min (2):
>   net/mlx5: fix shared inner RSS
>   net/mlx5: fix missing shared RSS hash types
> 
>  drivers/net/mlx5/mlx5_flow.h    |  22 +++-
>  drivers/net/mlx5/mlx5_flow_dv.c | 176 +++++++++++++++++++++++++++-
> ----
>  2 files changed, 170 insertions(+), 28 deletions(-)
> 
> --
> 2.31.0

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh