> -----Original Message-----
> From: Kusztal, ArkadiuszX
> Sent: Friday, September 23, 2016 11:30 AM
> To: dev at dpdk.org
> Cc: Trahe, Fiona <fiona.trahe at intel.com>; Jain, Deepak K
> <deepak.k.jain at intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>; Griffin, John <john.griffin at
> intel.com>;
> Kusztal, ArkadiuszX <arkadiuszx.kusztal at intel.com>
> Subject: [PATCH v2] app/test: add AES GCM performance test to cryptodev
>
> This patch adds AES Galois Counter Mode performance test case for
> cryptodev QAT tests. 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.
>
> This patch depends on the following patches/patchsets:
>
> "app/test: fix linkage scope of gmac plaintext array"
> (http://dpdk.org/dev/patchwork/patch/16023/)
>
> Signed-off-by: Arek Kusztal <arkadiuszx.kusztal at intel.com>
> ---
> v2:
> * Fixed 32b build problem in test_cryptodev_perf.c
> ---
> app/test/test_cryptodev_gcm_test_vectors.h | 636
> +++++++++++++++++++++++++++++
> app/test/test_cryptodev_perf.c | 431 ++++++++++++++++++-
> 2 files changed, 1064 insertions(+), 3 deletions(-)
>
> --
> 2.1.0
Acked-by: Deepak Kumar Jain <deepak.k.jain at intel.com>