Go to file
Jia Yu 9ebefc080b app/testpmd: fix RSS flags size
Since commit 8a387fa85f ("ethdev: more RSS flags") in DPDK 1.7,
RSS flags have increased.
According to rss_hf definition in rte_eth_rss_conf, it shall be uint64 type.
Using uint16 will get truncated value, and cause incorrect output. This
fix corrected this issue.

Signed-off-by: Jia Yu <jyu@vmware.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-11-27 18:24:57 +01:00
app app/testpmd: fix RSS flags size 2014-11-27 18:24:57 +01:00
config config: no more bare metal environment 2014-11-27 13:09:34 +01:00
doc add prefix to cache line macros 2014-11-27 16:21:11 +01:00
examples add prefix to cache line macros 2014-11-27 16:21:11 +01:00
lib mempool: avoid dump crash with null pointer 2014-11-27 17:30:20 +01:00
mk add prefix to cache line macros 2014-11-27 16:21:11 +01:00
pkg version: 1.7.1 2014-09-03 13:28:26 +02:00
scripts scripts: fix filtering of config comments on bsd 2014-06-19 00:57:50 +02:00
tools tools: fix setup script for Fedora 21 2014-10-10 17:50:31 +02:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile remove trailing whitespaces 2014-06-11 00:29:34 +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
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00