[dpdk-dev] [PATCH v2] examples/ioat: resolve unchecked return value

Bruce Richardson bruce.richardson at intel.com
Thu Nov 28 12:32:09 CET 2019


On Thu, Nov 28, 2019 at 11:27:14AM +0000, Praveen Shetty wrote:
> patch checks the return value of function rte_eth_dev_info_get,
> if return value is negative error message printed on the console.
> 
> Coverity issue: 350361
> Fixes: c8e6ceecebc1 ("examples/ioat: add new sample app for ioat driver")
> Cc: pawelx.modrak at intel.com
> 
> Signed-off-by: Praveen Shetty <praveen.shetty at intel.com>
> ---
>  examples/ioat/ioatfwd.c | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
Acked-by: Bruce Richardson <bruce.richardson at intel.com>

Thanks for the fix.
This is non-critical so merge can be deferred to 20.02


More information about the dev mailing list