net/qede: fix VF RSS configuration
authorHarish Patil <harish.patil@qlogic.com>
Fri, 24 Mar 2017 07:40:58 +0000 (00:40 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 17:02:57 +0000 (19:02 +0200)
commit8130abb3ec692be11b7456a3563b32f543a6955c
tree1171c055686e7a6326a398bf6b15be7ca9e8e3a5
parent82bd0987bdd2e3bdc54b48f2ab37e2281bbcd4fb
net/qede: fix VF RSS configuration

The newer SR-IOV PF drivers expects RX/TX queues to be created before
applying RSS configuration. This patch addresses this requirement by
deferring RSS configuration till the queues are created. Even though
this issue is only seen in SR-IOV context, the changes will be made
applicable to PF also to keep the behavior consistent between VF/PF.

Fixes: 7ab35bf6b97b ("net/qede: fix RSS")
Cc: stable@dpdk.org
Signed-off-by: Harish Patil <harish.patil@qlogic.com>
drivers/net/qede/qede_ethdev.c
drivers/net/qede/qede_ethdev.h
drivers/net/qede/qede_rxtx.c