net/qede: fix L2-handles used for RSS hash update
authorRasesh Mody <rasesh.mody@cavium.com>
Tue, 5 Jun 2018 23:03:57 +0000 (16:03 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 14 Jun 2018 17:27:50 +0000 (19:27 +0200)
commitbed6cd4e33f972b89bb317b9ad8f699e7e6c8e7d
tree6ce9cee3d266281e1d26f13061142495f85e2efa
parent42ab8427d4c67532df0b91b8e55e695f8c4f3bb6
net/qede: fix L2-handles used for RSS hash update

Fix fast path array index which is used for passing L2 handles to RSS
indirection table, properly distribute rxq handles for indirection table.
Currently, it is using the local copy of indirection table. When the RX
queue configuration changes the local copy becomes invalid.

Fixes: 69d7ba88f1a1 ("net/qede/base: use L2-handles for RSS configuration")
Cc: stable@dpdk.org
Signed-off-by: Rasesh Mody <rasesh.mody@cavium.com>
Reviewed-by: Kevin Traynor <ktraynor@redhat.com>
drivers/net/qede/qede_ethdev.c