Go to file
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
app ethdev: add ports to SCTP flow director 2015-07-20 01:13:08 +02:00
config mem: rework memzone to be allocated by malloc 2015-07-16 13:59:24 +02:00
doc pci: fix detach and uninit naming 2015-07-18 22:04:30 +02:00
drivers i40evf: fix RSS with less Rx queues than Tx queues 2015-07-20 01:13:55 +02:00
examples examples/vhost: fix driver unregistering 2015-07-17 15:09:42 +02:00
lib ethdev: add ports to SCTP flow director 2015-07-20 01:13:08 +02:00
mk app: replace dump_cfg by proc_info 2015-07-17 02:26:38 +02:00
pkg mk: enable next abi preview 2015-07-09 00:56:40 +02:00
scripts mk: enable next abi preview 2015-07-09 00:56:40 +02:00
tools tools: fix vfio support 2015-03-23 14:29:31 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS doc: rename ABI chapter to deprecation 2015-07-18 22:04:30 +02:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00