net/ixgbe: fix VF reset to apply to correct VF
authorAlex Zelezniak <alexz@att.com>
Tue, 30 Aug 2016 01:23:29 +0000 (20:23 -0500)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 30 Sep 2016 10:27:18 +0000 (12:27 +0200)
commita9a68b61ad49770091a835d6ed742cf836ab86e3
treeb57b23de463c0731c437ce7700cf5508bfc61479
parenta75e10c9f7518cd8be22b18f4099ae1999fd2133
net/ixgbe: fix VF reset to apply to correct VF

In SR-IOV configuration, queues 0 - nb_rx_queues belong to VF0,
which means that with the current implementation when a reset mbox
message comes from any VF, it affects the settings of VF0.

Fix this by using PF queue index to update the correct queue.

Fixes: dbb0b8737f64 ("ixgbe: add vlan offload support")

Signed-off-by: Alex Zelezniak <alexz@att.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c