[dpdk-dev] [PATCH] i40e: fix wrong alignment for the number of HW descriptors

2015-11-01 Thread Thomas Monjalon
2015-10-28 09:16, Remy Horton: > > On 30/09/2015 20:04, Konstantin Ananyev wrote: > > Signed-off-by: Konstantin Ananyev > > Acked-by: Remy Horton Applied, thanks

[dpdk-dev] [PATCH] i40e: fix wrong alignment for the number of HW descriptors

2015-10-28 Thread Remy Horton
On 30/09/2015 20:04, Konstantin Ananyev wrote: > Signed-off-by: Konstantin Ananyev Acked-by: Remy Horton

[dpdk-dev] [PATCH] i40e: fix wrong alignment for the number of HW descriptors

2015-09-30 Thread Konstantin Ananyev
According to XL710 datasheet: RX QLEN restrictions: When the PXE_MODE flag in the GLLAN_RCTL_0 register is cleared, the QLEN must be whole number of 32 descriptors. TX QLEN restrictions: When the PXE_MODE flag in the GLLAN_RCTL_0 register is cleared, the QLEN must be whole number of 32 descriptors.