Re: [dpdk-dev] [PATCH v2 1/1] test/crypto: fix missing operation status check

2020-01-15 Thread Akhil Goyal
> > > > Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op oriented") > > Fixes: 77a217a19bb7 ("test/crypto: add AES-CCM tests") > > > > Signed-off-by: Adam Dybkowski > > --- > > app/test/test_cryptodev.c | 96 +-- > > 1 file changed, 52 insertio

Re: [dpdk-dev] [PATCH v2 1/1] test/crypto: fix missing operation status check

2020-01-10 Thread Anoob Joseph
> > This patch adds checking of the symmetric crypto operation status that was > silently skipped before. It fixes the wireless algorithms session creation > (SNOW3G, KASUMI, ZUC) and passing of the digest data for the verification by > PMD. Also fixed the missing aad padding issue revealed after

Re: [dpdk-dev] [PATCH v2 1/1] test/crypto: fix missing operation status check

2019-12-20 Thread Trahe, Fiona
> -Original Message- > From: Dybkowski, AdamX > Sent: Friday, December 20, 2019 12:59 PM > To: dev@dpdk.org; Trahe, Fiona ; akhil.go...@nxp.com; > Doherty, Declan > ; sta...@dpdk.org > Cc: Dybkowski, AdamX > Subject: [PATCH v2 1/1] test/crypto: fix missing operation status check > >

[dpdk-dev] [PATCH v2 1/1] test/crypto: fix missing operation status check

2019-12-20 Thread Adam Dybkowski
This patch adds checking of the symmetric crypto operation status that was silently skipped before. It fixes the wireless algorithms session creation (SNOW3G, KASUMI, ZUC) and passing of the digest data for the verification by PMD. Also fixed the missing aad padding issue revealed after op status c