app/testpmd: fix comment of RSS setup
authorIlya Maximets <i.maximets@samsung.com>
Tue, 5 Jul 2016 07:20:26 +0000 (10:20 +0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 11 Jul 2016 13:54:40 +0000 (15:54 +0200)
commit8d4df4e120ee231b193ee588628cbf7cadcb5008
tree635b874f71e77e9b5c412972e7b6a7b44a78ad5b
parentf487715f36f52980d264ab9ef80d2ea14ef9f5fb
app/testpmd: fix comment of RSS setup

Since commit f2bb7ae1d204, behavior of rss_fwd_config_setup() changed
and description of this function is wrong now.

Also, there is a type mismatch in a loop.

Fixes: f2bb7ae1d204 ("app/testpmd: handle all Rx queues in RSS setup")

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
app/test-pmd/config.c