Re: [dpdk-dev] [PATCH] examples/bbdev: fix unchecked return value

2018-01-31 Thread Thomas Monjalon
31/01/2018 15:40, Amr Mokhtar: > Added a check on rte_bbdev_stats_get() return before > printing out the statistics results. > > Coverity issue: 257018 > Fixes: 1ffee690eaa1 ("examples/bbdev: add sample app") > > Signed-off-by: Amr Mokhtar Applied, thanks

[dpdk-dev] [PATCH] examples/bbdev: fix unchecked return value

2018-01-31 Thread Amr Mokhtar
Added a check on rte_bbdev_stats_get() return before printing out the statistics results. Coverity issue: 257018 Fixes: 1ffee690eaa1 ("examples/bbdev: add sample app") Signed-off-by: Amr Mokhtar --- examples/bbdev_app/main.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff