mbox series

[v1,0/2] Fixes in the RSS expansion method

Message ID 20210905093558.3845263-1-lmargalit@nvidia.com (mailing list archive)
Headers
Series Fixes in the RSS expansion method |

Message

Lior Margalit Sept. 5, 2021, 9:35 a.m. UTC
  The RSS expansion algorithm is using a graph to find the possible
expansion paths. 
This patch set corrects the traversal over the nodes.

Lior Margalit (2):
  net/mlx5: fix RSS expansion for 'explicit' graph node
  net/mlx5: fix RSS expansion traversal over next nodes

 drivers/net/mlx5/mlx5_flow.c | 54 ++++++++++++++++++++++++++----------
 1 file changed, 39 insertions(+), 15 deletions(-)
  

Comments

Raslan Darawsheh Sept. 12, 2021, 9:29 a.m. UTC | #1
Hi,


> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Lior Margalit
> Sent: Sunday, September 5, 2021 12:36 PM
> To: Matan Azrad <matan@nvidia.com>
> Cc: Lior Margalit <lmargalit@nvidia.com>; dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v1 0/2] Fixes in the RSS expansion method
> 
> The RSS expansion algorithm is using a graph to find the possible expansion
> paths.
> This patch set corrects the traversal over the nodes.
> 
> Lior Margalit (2):
>   net/mlx5: fix RSS expansion for 'explicit' graph node
>   net/mlx5: fix RSS expansion traversal over next nodes
> 
>  drivers/net/mlx5/mlx5_flow.c | 54 ++++++++++++++++++++++++++---------
> -
>  1 file changed, 39 insertions(+), 15 deletions(-)
> 
> --
> 2.25.1

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh