RE: [dpdk-dev v2] app/test: fix of bitwise and operator in return

2022-11-15 Thread Akhil Goyal
> > This patch remove incorrect bitwise and operator used in the return function > of > > sw snow3g testcase > > > > Fixes: 24342ade2c9d ("test/crypto: check SNOW3G when digest is encrypted") > > Cc: lukaszx.krakow...@intel.com > > > > Signed-off-by: Kai Ji > > --- > > Acked-by: Ciara Power App

RE: [dpdk-dev v2] app/test: fix of bitwise and operator in return

2022-11-14 Thread Power, Ciara
Hi Kai, > -Original Message- > From: Kai Ji > Sent: Friday 11 November 2022 16:27 > To: dev@dpdk.org > Cc: sta...@dpdk.org; gak...@marvell.com; Ji, Kai ; > Krakowiak, LukaszX > Subject: [dpdk-dev v2] app/test: fix of bitwise and operator in return > >

[dpdk-dev v2] app/test: fix of bitwise and operator in return

2022-11-11 Thread Kai Ji
This patch remove incorrect bitwise and operator used in the return function of sw snow3g testcase Fixes: 24342ade2c9d ("test/crypto: check SNOW3G when digest is encrypted") Cc: lukaszx.krakow...@intel.com Signed-off-by: Kai Ji --- app/test/test_cryptodev.c | 6 -- 1 file changed, 4 inserti