From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id BA34A5927 for ; Fri, 23 Sep 2016 11:03:16 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 23 Sep 2016 02:02:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,381,1470726000"; d="scan'208";a="883000758" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga003.jf.intel.com with ESMTP; 23 Sep 2016 02:02:51 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.95]) by IRSMSX103.ger.corp.intel.com ([169.254.3.250]) with mapi id 14.03.0248.002; Fri, 23 Sep 2016 10:02:51 +0100 From: "Jain, Deepak K" To: Yuanhan Liu , "Kusztal, ArkadiuszX" CC: "dev@dpdk.org" , "Trahe, Fiona" , "De Lara Guarch, Pablo" , "Griffin, John" Thread-Topic: [dpdk-dev] [PATCH] app/test: add AES GCM performance test to cryptodev Thread-Index: AQHSFOm/7HGoodYiz0eh4slckkXKs6CGjg2AgAA6DhA= Date: Fri, 23 Sep 2016 09:02:49 +0000 Deferred-Delivery: Fri, 23 Sep 2016 09:02:01 +0000 Message-ID: References: <1474559697-8275-1-git-send-email-arkadiuszx.kusztal@intel.com> <20160923063257.GT23158@yliu-dev.sh.intel.com> In-Reply-To: <20160923063257.GT23158@yliu-dev.sh.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWQ5MWIyY2MtZTRmYy00NzZjLTgxODctZmMzZmVmMjJkNDc0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ijk1NXY2YTc3WlwvSWtBbUcraWRXQU1NTE5pZTdWaEZ3MHVKcmFiZk1zQ0ZBPSJ9 x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/test: add AES GCM performance test to cryptodev X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 09:03:17 -0000 > -----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 >=20 > 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 >=20 > FYI, >=20 > My robot caught a build error when this patch applied. >=20 > --yliu >=20 > --- > 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 patc= h and then test this patch.