numam-dpdk/drivers/net/i40e
Jingjing Wu 999a867c93 i40evf: fix RSS with less Rx queues than Tx queues
I40e VF driver uses the num_queue_pairs in vf structure to construct
queue index look up table. When the nb_rx_queue is less than nb_tx_queue,
num_queue_pairs is equal to nb_tx_queue. It will make the table use
invalid queue index, then application cannot poll packets on these queues.

This patch also moves the inline function i40e_align_floor from
i40e_ethdev.c to i40e_ethdev.h.

Test report: http://dpdk.org/ml/archives/dev/2015-July/021838.html

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
Tested-by: Qian Xu <qian.q.xu@intel.com>
2015-07-20 01:13:55 +02:00
..
base i40e: move to drivers/net/ 2015-05-22 16:06:22 +02:00
i40e_ethdev_vf.c i40evf: fix RSS with less Rx queues than Tx queues 2015-07-20 01:13:55 +02:00
i40e_ethdev.c i40evf: fix RSS with less Rx queues than Tx queues 2015-07-20 01:13:55 +02:00
i40e_ethdev.h i40evf: fix RSS with less Rx queues than Tx queues 2015-07-20 01:13:55 +02:00
i40e_fdir.c i40e: fix SCTP flow director 2015-07-20 01:13:17 +02:00
i40e_logs.h i40e: move to drivers/net/ 2015-05-22 16:06:22 +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.c i40e: free queue memory when closing 2015-07-19 21:36:24 +02:00
i40e_rxtx.h i40e: free queue memory when closing 2015-07-19 21:36:24 +02:00
Makefile mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
rte_pmd_i40e_version.map i40e: move to drivers/net/ 2015-05-22 16:06:22 +02:00