Re: [dpdk-dev] [PATCH v1 2/2] app/testpmd: config all supported RSS functions

2018-04-16 Thread Thomas Monjalon
09/04/2018 14:10, Xueming Li: > Only configure RSS hash functions supported by the device. > > Signed-off-by: Xueming Li This commit message is too short. Please explain what was the behaviour, and why you change it.

[dpdk-dev] [PATCH v1 2/2] app/testpmd: config all supported RSS functions

2018-04-09 Thread Xueming Li
Only configure RSS hash functions supported by the device. Signed-off-by: Xueming Li --- app/test-pmd/cmdline.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index 40b31ad7e..c41dd71ce 100644 --- a/app/test-pmd/cmdline.c +++ b/app/test-