From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 6C77E689B for ; Fri, 23 Sep 2016 11:07:28 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 23 Sep 2016 02:07:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,381,1470726000"; d="scan'208";a="1055251158" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga002.jf.intel.com with ESMTP; 23 Sep 2016 02:07:26 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX108.ger.corp.intel.com (163.33.3.3) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 23 Sep 2016 10:07:25 +0100 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.248]) by irsmsx111.ger.corp.intel.com ([169.254.2.67]) with mapi id 14.03.0248.002; Fri, 23 Sep 2016 10:07:25 +0100 From: "Kusztal, ArkadiuszX" To: "Jain, Deepak K" , Yuanhan Liu 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/i+NMzcdoE0CaTLZk3HlsyKCGjg2AgAAp4ICAABFDEA== Date: Fri, 23 Sep 2016 09:07:25 +0000 Message-ID: <80307F746F1522479831AB1253B7024E6D5CAC@IRSMSX102.ger.corp.intel.com> References: <1474559697-8275-1-git-send-email-arkadiuszx.kusztal@intel.com> <20160923063257.GT23158@yliu-dev.sh.intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWQ5MWIyY2MtZTRmYy00NzZjLTgxODctZmMzZmVmMjJkNDc0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ijk1NXY2YTc3WlwvSWtBbUcraWRXQU1NTE5pZTdWaEZ3MHVKcmFiZk1zQ0ZBPSJ9 x-ctpclassification: CTP_IC 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:07:29 -0000 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=20 Sent: Friday, September 23, 2016 10:03 AM To: Yuanhan Liu ; Kusztal, ArkadiuszX Cc: dev@dpdk.org; Trahe, Fiona ; De Lara Guarch, Pab= lo ; Griffin, John Subject: RE: [dpdk-dev] [PATCH] app/test: add AES GCM performance test to c= ryptodev > -----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=20 > ; De Lara Guarch, Pablo=20 > ; Griffin, John=20 > > Subject: Re: [dpdk-dev] [PATCH] app/test: add AES GCM performance test=20 > 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=20 > > tests. Test is performed with different buffer sizes, burst size of=20 > > 32 and 128b key. Test vectors are placed in=20 > > 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.