[dpdk-dev] [PATCH] ixgbe/base: fix VF multi-queue failure

2016-03-30 Thread Thomas Monjalon
2016-03-30 10:46, Wenzhuo Lu: > 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

[dpdk-dev] [PATCH] ixgbe/base: fix VF multi-queue failure

2016-03-30 Thread Wenzhuo Lu
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