[dpdk-dev] [PATCH v4 0/3] Fix incorrect max TX queue numbers for ixgbe

2016-03-24 Thread Bruce Richardson
On Thu, Mar 24, 2016 at 05:44:58PM +, Bruce Richardson wrote: > On Thu, Mar 24, 2016 at 03:22:01PM +, Pablo de Lara wrote: > > 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 num

[dpdk-dev] [PATCH v4 0/3] Fix incorrect max TX queue numbers for ixgbe

2016-03-24 Thread Bruce Richardson
On Thu, Mar 24, 2016 at 03:22:01PM +, Pablo de Lara wrote: > 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. > IXGBE doesn't check the mode when

[dpdk-dev] [PATCH v4 0/3] Fix incorrect max TX queue numbers for ixgbe

2016-03-24 Thread Pablo de Lara
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. IXGBE doesn't check the mode when reporting the available number of queues. If a queue larger than 64 is us