[dpdk-dev] [PATCH] app/testpmd: refactor of RSS fwd config

2016-07-11 Thread Thomas Monjalon
2016-07-05 10:20, Ilya Maximets: > Since > commit f2bb7ae1d204 ("app/testpmd: handle all Rx queues in RSS setup") > behavior of rss_fwd_config_setup() changed and description of this > function is wrong now. > > Also, there is a type mismatch in a loop. > > Signed-off-by: Ilya Maximets Applied,

[dpdk-dev] [PATCH] app/testpmd: refactor of RSS fwd config

2016-07-05 Thread Ilya Maximets
Since commit f2bb7ae1d204 ("app/testpmd: handle all Rx queues in RSS setup") behavior of rss_fwd_config_setup() changed and description of this function is wrong now. Also, there is a type mismatch in a loop. Signed-off-by: Ilya Maximets --- app/test-pmd/config.c | 17 ++--- 1 file