Hi David, The issue could be related to the test vectors newly added for ZUC. Will get back on that with the proper vectors.
Hi Akhil, The IV in the new vectors are not completely as per spec. I am working on this. Will push a patch with proper IV soon. Regards Sagar ________________________________ From: Akhil Goyal <gak...@marvell.com> Sent: 15 October 2021 23:34 To: David Marchand <david.march...@redhat.com>; Vidya Sagar Velumuri <vvelum...@marvell.com> Cc: dev <dev@dpdk.org>; Zhang, Roy Fan <roy.fan.zh...@intel.com>; De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com> Subject: RE: [EXT] Re: [dpdk-dev] [Bug 828] [dpdk-21.11] zuc unit test is failing > Hello, > > On Fri, Oct 15, 2021 at 10:02 AM <bugzi...@dpdk.org> wrote: > > > > https://bugs.dpdk.org/show_bug.cgi?id=828 > > > > Bug ID: 828 > > Summary: [dpdk-21.11] zuc unit test is failing > > Product: DPDK > > Version: 21.11 > > Hardware: All > > OS: Linux > > Status: UNCONFIRMED > > Severity: normal > > Priority: Normal > > Component: cryptodev > > Assignee: dev@dpdk.org > > Reporter: varalakshm...@intel.com > > Target Milestone: --- > > I could not assign this bug to you in bz, can you have a look? > Thanks. > Can somebody from Intel look into this? We don’t have intel-ipsec-mb library access, so cannot reproduce the issue. The test case is passing on cnxk hardware. Please let us know if the vectors added in the patch are not correct. > > > > > Steps to reproduce > > > > from dpdk path, the following steps should be followed: > > x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3 --vdev crypto_zuc0 > > --socket-mem 2048,0 -n 4 --log-level=6 -a 0000:1a:01.0 > > > > RTE>> cryptodev_sw_zuc_autotest > > > > [snip] > > > + ------------------------------------------------------- + > > + Sub Testsuites Total : 27 > > + Sub Testsuites Skipped : 25 > > + Sub Testsuites Passed : 1 > > + Sub Testsuites Failed : 1 > > + ------------------------------------------------------- + > > + Tests Total : 511 > > + Tests Skipped : 488 > > + Tests Executed : 65 > > + Tests Unsupported: 0 > > + Tests Passed : 20 > > + Tests Failed : 3 > > + ------------------------------------------------------- + > > Test Failed > > RTE>> > > > > > ---------------------------------------------------------------- > > fa5bf9345d4e0141ac40f154b1c1a4b99e8fe9a3 is the first bad commit > > > > commit fa5bf9345d4e0141ac40f154b1c1a4b99e8fe9a3 > > Author: Vidya Sagar Velumuri <vvelum...@marvell.com> > > Date: Wed Sep 15 06:11:03 2021 +0000 > > > > test/crypto: add ZUC cases with 256-bit keys > > > > Add test cases for zuc 256 bit key. > > Add test case for zuc 8 and 16 byte digest with > > 256 bit key mode > > > > Signed-off-by: Vidya Sagar Velumuri <vvelum...@marvell.com> > > Acked-by: Akhil Goyal <gak...@marvell.com> > > > > -- > David Marchand