Re: [dpdk-dev] [PATCH v5 3/8] test/crypto: add CPU crypto tests

2020-01-31 Thread Akhil Goyal
> > Add unit and performance tests for CPU crypto mode currently implemented > by AESNI-GCM cryptodev. Unit tests cover AES-GCM and GMAC test vectors. > > Signed-off-by: Marcin Smoczynski > Acked-by: Pablo de Lara > --- Is it not possible to add it in test_cryptodev.c? Why do we need to reg

[dpdk-dev] [PATCH v5 3/8] test/crypto: add CPU crypto tests

2020-01-28 Thread Marcin Smoczynski
Add unit and performance tests for CPU crypto mode currently implemented by AESNI-GCM cryptodev. Unit tests cover AES-GCM and GMAC test vectors. Signed-off-by: Marcin Smoczynski Acked-by: Pablo de Lara --- app/test/Makefile | 3 +- app/test/cpu_crypto_all_gcm_perf_