> > Coverity reported about two division by zero: > *** CID 350344: Incorrect expression (DIVIDE_BY_ZERO) > Although in fact these dividers will never be equal to 0, > adding explicit checks in lookup() to make coverity happy > will not affect the execution speed. > > Signed-off-by: Vladimir Medvedkin <vladimir.medved...@intel.com> > Acked-by: Konstantin Ananyev <konstantin.anan...@intel.com> > --- Applied to dpdk-next-crypto Thanks.
- [dpdk-dev] [PATCH] app: add few sanity checks in test-s... Vladimir Medvedkin
- Re: [dpdk-dev] [PATCH] app: add few sanity checks ... Akhil Goyal