app/testpmd: fix RSS flags size
authorJia Yu <jyu@vmware.com>
Fri, 7 Nov 2014 15:43:01 +0000 (07:43 -0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 27 Nov 2014 17:24:57 +0000 (18:24 +0100)
commit9ebefc080be2f140c4eb6387ded3b29b78bdb52c
tree917d162d76a0fa198e73ae60fb3b8aca958926d8
parent1665d6310dbe461c8f886713dee76f769670f9e4
app/testpmd: fix RSS flags size

Since commit 8a387fa85f02 ("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>
app/test-pmd/config.c