[dpdk-dev] [PATCH] app/testpmd: fix RSS-hash-key size

2016-08-04 Thread Ananyev, Konstantin
Hi Awal, As I said in the offline discussion, here are few nits that I think need to be addressed. See below. Konstantin > > RSS hash-key-size is retrieved from device configuration instead of using a > fixed size of 40 bytes. > > Fixes: f79959ea1504 ("app/testpmd: allow to configure RSS hash

[dpdk-dev] [PATCH] app/testpmd: fix RSS-hash-key size

2016-08-03 Thread Mohammad Abdul Awal
RSS hash-key-size is retrieved from device configuration instead of using a fixed size of 40 bytes. Fixes: f79959ea1504 ("app/testpmd: allow to configure RSS hash key") Signed-off-by: Mohammad Abdul Awal --- app/test-pmd/cmdline.c | 24 +--- app/test-pmd/config.c | 17 +