[dpdk-dev] [PATCH] app/testpmd: unchecked return value

2016-06-16 Thread Thomas Monjalon
> > Calling rte_eth_dev_rss_hash_update without checking return value. > > Fixed by handle return value and print out error status. > > > > Fixes: ce8d561418d4 ("app/testpmd: add port configuration settings") > > Coverity ID 119251 > > > > Signed-off-by: Slawomir Mrozowicz > > Acked-by: Pablo d

[dpdk-dev] [PATCH] app/testpmd: unchecked return value

2016-06-16 Thread De Lara Guarch, Pablo
> -Original Message- > From: Mrozowicz, SlawomirX > Sent: Wednesday, June 15, 2016 11:34 AM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org; Mrozowicz, SlawomirX > Subject: [PATCH] app/testpmd: unchecked return value > > Calling rte_eth_dev_rss_hash_update without checking return value

[dpdk-dev] [PATCH] app/testpmd: unchecked return value

2016-06-15 Thread Slawomir Mrozowicz
Calling rte_eth_dev_rss_hash_update without checking return value. Fixed by handle return value and print out error status. Fixes: ce8d561418d4 ("app/testpmd: add port configuration settings") Coverity ID 119251 Signed-off-by: Slawomir Mrozowicz --- app/test-pmd/cmdline.c | 10 -- 1 fil