Re: [dpdk-dev] [dpdk-dev PATCH] raw/octeontx2_ep: fix coverity scan reported defects

2020-02-06 Thread Thomas Monjalon
27/01/2020 14:18, Mahipal Challa: > Defects reported by coverity scan are resolved. > Coverity issue: CID 353611 - Error handling. > Coverity issue: CID 353622 - Error handling. > Coverity issue: CID 353632 - NULL pointer dereference. > > Signed-off-by: Mahipal Challa Applied, thanks

[dpdk-dev] [dpdk-dev PATCH] raw/octeontx2_ep: fix coverity scan reported defects

2020-01-27 Thread Mahipal Challa
Defects reported by coverity scan are resolved. Coverity issue: CID 353611 - Error handling. Coverity issue: CID 353622 - Error handling. Coverity issue: CID 353632 - NULL pointer dereference. Signed-off-by: Mahipal Challa --- drivers/raw/octeontx2_ep/otx2_ep_enqdeq.c | 18 ++ 1