Re: [PATCH v2] app/test: add AES GCM performance test to cryptodev
From: Jain, Deepak K <hidden>
Date: 2016-09-26 19:43:34
-----Original Message----- From: Kusztal, ArkadiuszX Sent: Friday, September 23, 2016 11:30 AM To: dev@dpdk.org Cc: Trahe, Fiona <redacted>; Jain, Deepak K [off-list ref]; De Lara Guarch, Pablo [off-list ref]; Griffin, John [off-list ref]; Kusztal, ArkadiuszX [off-list ref] 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 <redacted> --- 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 <redacted>