Re: [dpdk-dev] [PATCH v1 0/2] Fixes in the RSS expansion method

2021-09-12 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Lior Margalit > Sent: Sunday, September 5, 2021 12:36 PM > To: Matan Azrad > Cc: Lior Margalit ; dev@dpdk.org > Subject: [dpdk-dev] [PATCH v1 0/2] Fixes in the RSS expansion method > > The RSS expansion algor

[dpdk-dev] [PATCH v1 0/2] Fixes in the RSS expansion method

2021-09-05 Thread Lior Margalit
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.