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

2016-10-13 Thread Thomas Monjalon
> > 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 > > Acked-by: Konstantin Ananyev Applied, thanks

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

2016-09-27 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Mohammad Abdul Awal > Sent: Friday, August 5, 2016 4:35 PM > To: dev at dpdk.org > Cc: Awal, Mohammad Abdul > Subject: [dpdk-dev] [PATCH v2] app/testpmd: fix RSS-hash-key size > &

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

2016-09-23 Thread Thomas Monjalon
Anyone to review please? 2016-08-05 16:34, 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

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

2016-08-05 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 --- v2: * Used macro instead of hard-coded value. * Some nits as per comments. app/test-pm