Re: [dpdk-dev] [dpdk-stable] [PATCH] net/nfp: check value returned

2019-04-08 Thread Ferruh Yigit
On 4/8/2019 10:59 AM, Alejandro Lucero wrote: > Call to CPP read can fail. > > Coverity issue: 277209 > Fixes: c7e9729da6b5 ("net/nfp: support CPP") > Cc: sta...@dpdk.org > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks. (squashed with other return value check patche

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/nfp: check value returned

2019-04-08 Thread Ferruh Yigit
On 4/8/2019 11:10 AM, Alejandro Lucero wrote: > If the call to _nfp6000_cppat_mu_locality fails, the function needs > to return with an error. > > Coverity issue: 277215 > Fixes: c7e9729da6b5 ("net/nfp: support CPP") > Cc: sta...@dpdk.org > > Signed-off-by: Alejandro Lucero Applied to dpdk-next