net/qede: fix RSS configuration as per new allocation method
authorShahed Shaikh <shshaikh@marvell.com>
Thu, 12 Sep 2019 15:24:14 +0000 (08:24 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 20 Sep 2019 08:19:41 +0000 (10:19 +0200)
commit235cbe4c22728dd70cd9f1fed4b7910d2e07983e
tree8ede082b05763ae461303734223a93ec328984a5
parent8de0c42019260813b71699748a08bc94b608b5d9
net/qede: fix RSS configuration as per new allocation method

With old design, RETA was configured in round-robin fashion since
queue allocation was distributed across both engines alternately.
Now, we need to configure RETA symmetrically on both engines since
both engines have same number of queues.

Fixes: 2af14ca79c0a ("net/qede: support 100G")
Cc: stable@dpdk.org
Signed-off-by: Shahed Shaikh <shshaikh@marvell.com>
drivers/net/qede/qede_ethdev.c