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

2016-09-28 Thread De Lara Guarch, Pablo
Hi Arek, > -Original Message- > From: Kusztal, ArkadiuszX > Sent: Tuesday, September 27, 2016 6:50 AM > To: dev at dpdk.org > Cc: Trahe, Fiona; Jain, Deepak K; De Lara Guarch, Pablo; Griffin, John; > Kusztal, > ArkadiuszX > Subject: [PATCH v3] app/test: add AES GCM performance test to cry

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

2016-09-27 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