[dpdk-dev] [PATCH 2/2] test: add crypto aes-gcm J0 test case

2020-03-13 Thread Arek Kusztal
This patch adds crypto J0 test case to AES-GCM Signed-off-by: Arek Kusztal --- app/test/test_cryptodev.c | 28 ++-- app/test/test_cryptodev.h | 1 + app/test/test_cryptodev_aead_test_vectors.h | 51 + 3 files changed, 7

Re: [dpdk-dev] [PATCH 2/2] test: add crypto aes-gcm J0 test case

2020-03-16 Thread Trahe, Fiona
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Friday, March 13, 2020 6:08 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona ; Kusztal, > ArkadiuszX > > Subject: [PATCH 2/2] test: add crypto aes-gcm J0 test case > > This patch adds crypto J0 test case to AES-GCM

Re: [dpdk-dev] [PATCH 2/2] test: add crypto aes-gcm J0 test case

2020-03-25 Thread Akhil Goyal
> > > > This patch adds crypto J0 test case to AES-GCM > > > > Signed-off-by: Arek Kusztal > Acked-by: Fiona Trahe Applied to dpdk-next-crypto Thanks.