numam-dpdk/drivers/net/i40e
Konstantin Ananyev d0510c2a25 i40e: fix alignment of HW descriptors number
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.

So make sure that for both RX and TX queues number of HW descriptors is
a multiple of 32.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Remy Horton <remy.horton@intel.com>
2015-11-02 00:07:36 +01:00
..
base i40e/base: add outer UDP checksum for X722 2015-10-02 01:35:23 +02:00
i40e_ethdev_vf.c i40e: allow vector Rx and Tx usage 2015-10-30 17:00:37 +01:00
i40e_ethdev.c ethdev: get DCB information 2015-11-01 14:52:06 +01:00
i40e_ethdev.h i40e: support DCB mode 2015-11-01 14:52:02 +01:00
i40e_fdir.c ethdev: remove SCTP flow entries switch 2015-09-03 19:22:48 +02:00
i40e_logs.h drivers: allow pruning log during build 2015-07-30 20:16:04 +02:00
i40e_pf.c i40e: support port hotplug 2015-07-19 21:22:23 +02:00
i40e_pf.h i40e: support port hotplug 2015-07-19 21:22:23 +02:00
i40e_rxtx_vec.c i40e: allow vector Rx and Tx usage 2015-10-30 17:00:37 +01:00
i40e_rxtx.c i40e: fix alignment of HW descriptors number 2015-11-02 00:07:36 +01:00
i40e_rxtx.h i40e: fix alignment of HW descriptors number 2015-11-02 00:07:36 +01:00
Makefile i40e: add vector Rx 2015-10-30 16:49:30 +01:00
rte_pmd_i40e_version.map i40e: move to drivers/net/ 2015-05-22 16:06:22 +02:00