Go to file
Wenzhuo Lu 4bee94a6c2 ixgbe: support 512 RSS entries on x550
Comparing with the older NICs, x550's RSS redirection table is enlarged to 512
entries. As the original code is for the NICs which have a 128 entries RSS table,
it means only part of the RSS table is set on x550. So, RSS cannot work as
expected on x550, it doesn't redirect the packets evenly.
This patch configs the entries beyond 128 on x550 to let RSS work well, and also
update the query and update functions to support 512 entries.

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2015-10-28 18:30:00 +01:00
app eal: default to using all cores 2015-10-26 20:36:26 +01:00
config config: add KNI kmod option 2015-08-03 19:22:42 +02:00
doc ixgbe: support 512 RSS entries on x550 2015-10-28 18:30:00 +01:00
drivers ixgbe: support 512 RSS entries on x550 2015-10-28 18:30:00 +01:00
examples examples/qos_sched: remove duplicated cfgfile library 2015-10-22 18:09:36 +02:00
lib e1000: add new i218 devices 2015-10-27 16:23:20 +01:00
mk mk: quote KERNELCC to allow ccache build 2015-10-25 18:39:46 +01:00
pkg version: 2.1.0 2015-08-17 19:35:37 +02:00
scripts mk: enable next abi preview 2015-07-09 00:56:40 +02:00
tools tools: fix comment in bind script 2015-08-03 19:22:42 +02: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 mem: remove dummy malloc library 2015-09-03 19:22:48 +02:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00