Re: [dpdk-dev] [PATCH] crypto/nitrox: fix coverity defects

2020-02-20 Thread Thomas Monjalon
20/02/2020 12:07, Akhil Goyal: > > > > Address the defects reported by coverity: Unintended sign extension > > and Out-of-bounds access. > > > > Coverity issue: 349899, 349905, 349911, 349921, 349923, 349926 > > > > Fixes: 32e4930d5a3b ("crypto/nitrox: add hardware queue management") > > Fixes:

Re: [dpdk-dev] [PATCH] crypto/nitrox: fix coverity defects

2020-02-20 Thread Akhil Goyal
> > Address the defects reported by coverity: Unintended sign extension > and Out-of-bounds access. > > Coverity issue: 349899, 349905, 349911, 349921, 349923, 349926 > > Fixes: 32e4930d5a3b ("crypto/nitrox: add hardware queue management") > Fixes: 9fdef0cc2385 ("crypto/nitrox: create symmetric

[dpdk-dev] [PATCH] crypto/nitrox: fix coverity defects

2020-02-20 Thread Nagadheeraj Rottela
Address the defects reported by coverity: Unintended sign extension and Out-of-bounds access. Coverity issue: 349899, 349905, 349911, 349921, 349923, 349926 Fixes: 32e4930d5a3b ("crypto/nitrox: add hardware queue management") Fixes: 9fdef0cc2385 ("crypto/nitrox: create symmetric cryptodev") Sign