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

2022-11-11 Thread Akhil Goyal
> Subject: [EXT] Re: [dpdk-dev v1] app/test: fix of bitwise and operator in > return > > External Email > > -- > On 11/11/2022 11:59 AM, Kai Ji wrote: > > This patch remove incorrect bitwise and oper

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

2022-11-11 Thread Zhang, Fan
On 11/11/2022 11:59 AM, Kai Ji wrote: This patch remove incorrect bitwise and operator used in the return function of sw snow3g testcase Signed-off-by: Kai Ji --- app/test/test_cryptodev.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/test/test_cryptodev.c b/a

[dpdk-dev v1] 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 Signed-off-by: Kai Ji --- app/test/test_cryptodev.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c index e1122fcd7c.