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

Yuanhan Liu yuanhan.liu at linux.intel.com
Fri Sep 23 08:32:57 CEST 2016


On Thu, Sep 22, 2016 at 04:54:57PM +0100, Arek Kusztal wrote:
> This patch adds AES Galois Counter Mode 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>

FYI,

My robot caught a build error when this patch applied.

	--yliu

---
test_cryptodev.o:(.data+0x1be0): multiple definition of `gmac_plaintext'
test_cryptodev_perf.o:(.data+0x4a0): first defined here
collect2: error: ld returned 1 exit status


More information about the dev mailing list