[dpdk-dev] [PATCH v4] app/test: add AES GCM performance test to cryptodev

2016-09-29 Thread De Lara Guarch, Pablo
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, September 28, 2016 4:54 AM > To: dev at dpdk.org > Cc: Trahe, Fiona; Jain, Deepak K; De Lara Guarch, Pablo; Griffin, John; > Kusztal, > ArkadiuszX > Subject: [PATCH v4] app/test: add AES GCM performance test to cryptodev

[dpdk-dev] [PATCH v4] app/test: add AES GCM performance test to cryptodev

2016-09-28 Thread Arek Kusztal
This patch adds AES Galois Counter Mode performance test case for cryptodev QAT and AESNI GCM. Test is performed with different buffer sizes, burst size of 32 and 128b key. Test vectors are placed in app/test/test_cryptodev_perf_vectors.h file. Signed-off-by: Arek Kusztal --- This patch depends o