Re: [dpdk-dev] [PATCH] test/crypto: add operation status checks

2019-12-20 Thread Dybkowski, AdamX
Hi Fiona. Answers inline below. > -Original Message- > From: Trahe, Fiona > Sent: Friday, 20 December, 2019 13:39 > To: Dybkowski, AdamX ; dev@dpdk.org; > akhil.go...@nxp.com; Doherty, Declan > Cc: Trahe, Fiona > Subject: RE: [PATCH] test/crypto: add operation status checks > > Hi Adam,

Re: [dpdk-dev] [PATCH] test/crypto: add operation status checks

2019-12-20 Thread Trahe, Fiona
Hi Adam, > -Original Message- > From: Dybkowski, AdamX > Sent: Friday, December 20, 2019 11:50 AM > To: dev@dpdk.org; Trahe, Fiona ; akhil.go...@nxp.com; > Doherty, Declan > > Cc: Dybkowski, AdamX > Subject: [PATCH] test/crypto: add operation status checks > > This patch adds checkin

[dpdk-dev] [PATCH] test/crypto: add operation status checks

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. Signed-off-by: Adam Dybkowski --- app/test/test_cryptodev.c | 96