ixgbe: fix Tx queue number
authorWenzhuo Lu <wenzhuo.lu@intel.com>
Thu, 24 Mar 2016 15:22:02 +0000 (15:22 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 25 Mar 2016 18:03:48 +0000 (19:03 +0100)
commitc2b96070527380d9b1bb3d9994324f82b5b37cf8
tree9cea17d5fb278886eab58eb4176ef1ce79dc1657
parent2f5c0a4bc4f95c29231eea29f5407b1f84d6b4c3
ixgbe: fix Tx queue number

Internal variable containing the number of TX queues for a device,
was being incorrectly assigned the number of RX queues, instead of TX.

Fixes: 27b609cbd1c6 ("ethdev: move the multi-queue mode check to specific drivers")

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c