Hi Yuanhan, For the first error as Deepak has said it depend on another patch.
For the 32b build there will be a v2. Thanks, Arek -----Original Message----- From: Jain, Deepak K Sent: Friday, September 23, 2016 10:03 AM To: Yuanhan Liu <yuanhan.liu at linux.intel.com>; Kusztal, ArkadiuszX <arkadiuszx.kusztal at intel.com> Cc: dev at dpdk.org; Trahe, Fiona <fiona.trahe at intel.com>; De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com>; Griffin, John <john.griffin at intel.com> Subject: RE: [dpdk-dev] [PATCH] app/test: add AES GCM performance test to cryptodev > -----Original Message----- > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > Sent: Friday, September 23, 2016 7:33 AM > To: Kusztal, ArkadiuszX <arkadiuszx.kusztal at intel.com> > Cc: dev at dpdk.org; 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> > Subject: Re: [dpdk-dev] [PATCH] app/test: add AES GCM performance test > to cryptodev > > 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 Seems like this patch : http://dpdk.org/dev/patchwork/patch/16023/ was not applied when you tested this patch. Please apply the dependent patch and then test this patch.