mbox series

[v2,0/2] net/mlx5: prevent RSS distribution by L4 proto alone

Message ID 20210727064620.880417-1-lmargalit@nvidia.com (mailing list archive)
Headers
Series net/mlx5: prevent RSS distribution by L4 proto alone |

Message

Lior Margalit July 27, 2021, 6:46 a.m. UTC
  Set proper selection flags for the RX hash and queue num in case of 
mismatch between the L3 proto of the RSS hash types and the flow rule 
pattern.

v2:
* Same code changes as v1, but separated into two commits.

Lior Margalit (2):
  net/mlx5: fix RSS L4 proto selection flags settings
  net/mlx5: fix queue num in RSS desc

 drivers/net/mlx5/mlx5_flow_dv.c    | 14 +++++++++++---
 drivers/net/mlx5/mlx5_flow_verbs.c | 10 ++++++----
 2 files changed, 17 insertions(+), 7 deletions(-)
  

Comments

Raslan Darawsheh July 28, 2021, 1:08 p.m. UTC | #1
Hi,

> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Lior Margalit
> Sent: Tuesday, July 27, 2021 9:46 AM
> To: Matan Azrad <matan@nvidia.com>
> Cc: Lior Margalit <lmargalit@nvidia.com>; dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2 0/2] net/mlx5: prevent RSS distribution by L4
> proto alone
> 
> Set proper selection flags for the RX hash and queue num in case of
> mismatch between the L3 proto of the RSS hash types and the flow rule
> pattern.
> 
> v2:
> * Same code changes as v1, but separated into two commits.
> 
> Lior Margalit (2):
>   net/mlx5: fix RSS L4 proto selection flags settings
>   net/mlx5: fix queue num in RSS desc
> 
>  drivers/net/mlx5/mlx5_flow_dv.c    | 14 +++++++++++---
>  drivers/net/mlx5/mlx5_flow_verbs.c | 10 ++++++----
>  2 files changed, 17 insertions(+), 7 deletions(-)
> 
> --
> 2.25.1
Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh