From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] app/test: add AES GCM performance test to cryptodev Date: Fri, 23 Sep 2016 17:10:59 +0800 Message-ID: <20160923091059.GZ23158@yliu-dev.sh.intel.com> References: <1474559697-8275-1-git-send-email-arkadiuszx.kusztal@intel.com> <20160923063257.GT23158@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Kusztal, ArkadiuszX" , "dev@dpdk.org" , "Trahe, Fiona" , "De Lara Guarch, Pablo" , "Griffin, John" To: "Jain, Deepak K" Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 8AD2E569F for ; Fri, 23 Sep 2016 11:10:31 +0200 (CEST) Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Sep 23, 2016 at 09:02:49AM +0000, Jain, Deepak K wrote: > > > > -----Original Message----- > > From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] > > Sent: Friday, September 23, 2016 7:33 AM > > To: Kusztal, ArkadiuszX > > Cc: dev@dpdk.org; Trahe, Fiona ; Jain, Deepak K > > ; De Lara Guarch, Pablo > > ; Griffin, John > > 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 > > > > 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. Oh, my bad. I didn't notice that. --yliu