numam-dpdk/drivers/net/ixgbe
Wenzhuo Lu 3cf835665a ixgbe/base: fix VF multi-queue
When starting testpmd with multiple queues on a ixgbe VF
port, it failed with this printing, "nb_rxq(4) is greater
than max_rx_queues(1)".

The root cause is the VF doesn't get the right max rx queue
number from PF and it uses the default value 1.
VF max rx queue number is set by PF through mailbox messages.
The message for this setting only supports version 1.1. As
message version is updated to 1.2, VF cannot parse the rx queue
number setting message correctly.

This patch raise a specific base code update for this issue.

Fixes: 72dec9e37a ("ixgbe: support multicast promiscuous mode on VF")

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
2016-03-30 20:17:58 +02:00
..
base ixgbe/base: fix VF multi-queue 2016-03-30 20:17:58 +02:00
ixgbe_82599_bypass.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
ixgbe_bypass_api.h ixgbe: support new devices and MAC types 2016-03-16 17:09:27 +01:00
ixgbe_bypass_defines.h ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00
ixgbe_bypass.c ixgbe: fix whitespace 2016-03-16 17:04:37 +01:00
ixgbe_bypass.h ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00
ixgbe_ethdev.c ixgbe: fix tunnelling support for X550em_a 2016-03-25 19:03:48 +01:00
ixgbe_ethdev.h ixgbe: fix dropping packets from unsupported Tx queues 2016-03-25 19:03:48 +01:00
ixgbe_fdir.c ixgbe: support new devices and MAC types 2016-03-16 17:09:27 +01:00
ixgbe_logs.h drivers: allow pruning log during build 2015-07-30 20:16:04 +02:00
ixgbe_pf.c ixgbe: fix PF promiscuous mode after VF closed 2016-03-25 19:03:48 +01:00
ixgbe_regs.h ixgbe: add access to specific device info 2015-07-17 00:00:48 +02:00
ixgbe_rxtx_vec.c ixgbe: fix packet type from vector Rx 2016-03-25 19:03:28 +01:00
ixgbe_rxtx.c ethdev: query supported packet types 2016-03-25 18:56:43 +01:00
ixgbe_rxtx.h ixgbe: speed up non-vector Tx 2016-03-16 16:58:39 +01:00
Makefile ixgbe: disable icc false positive warning 2016-03-25 19:03:48 +01:00
rte_pmd_ixgbe_version.map ixgbe: move to drivers/net/ 2015-05-22 16:06:22 +02:00