[dpdk-dev] [PATCH] app/test-pmd: Use the new rss_hf size changed in 1.7

2014-11-27 Thread Thomas Monjalon
> 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 Acked and applied. -- Thomas

[dpdk-dev] [PATCH] app/test-pmd: Use the new rss_hf size changed in 1.7

2014-11-07 Thread Jia Yu
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 --- app/test-pmd/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/t