[dpdk-dev] [PATCH v3] ixgbe: add check for tx queue number

2016-03-26 Thread Fischetti, Antonio
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, March 24, 2016 3:18 PM > To: dev at dpdk.org > Cc: Lu, Wenzhuo ; De Lara Guarch, Pablo > > Subject: [dpdk-dev] [PATCH v3] ixgbe: add check for tx q

[dpdk-dev] [PATCH v3] ixgbe: add check for tx queue number

2016-03-24 Thread Pablo de Lara
From: Wenzhuo Lu IXGBE supports 128 TX queues. However, the full 128 queues are only available in VT and DCB mode. In normal default "none" mode (VT/DCB off) the maximum number of available queues is only 64 (except for 82598EB, which is 32 for all modes). IXGBE doesn't check the mode when repor