From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 314755598 for ; Mon, 10 Oct 2016 18:25:02 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 10 Oct 2016 09:25:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,325,1473145200"; d="scan'208";a="1042762073" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga001.jf.intel.com with ESMTP; 10 Oct 2016 09:25:00 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 10 Oct 2016 17:24:59 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by irsmsx112.ger.corp.intel.com ([169.254.1.170]) with mapi id 14.03.0248.002; Mon, 10 Oct 2016 17:24:59 +0100 From: "De Lara Guarch, Pablo" To: Akhil Goyal , "Kusztal, ArkadiuszX" , "Doherty, Declan" CC: "Griffin, John" , "Trahe, Fiona" , "Jain, Deepak K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] test_cryptodev_perf: IV and digest should be stored at a DMAeble address Thread-Index: AQHSIrZYY/RuJ4hmU0OsjlqgK71JDaCh3spw Date: Mon, 10 Oct 2016 16:24:58 +0000 Message-ID: References: <20160926163300.22990-3-akhil.goyal@nxp.com> <20161007170608.27685-1-akhil.goyal@nxp.com> <3073c5fc-5896-7cde-2c90-596ee6a564c5@nxp.com> In-Reply-To: <3073c5fc-5896-7cde-2c90-596ee6a564c5@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWIyZTMzMjgtOWMzOS00MWY5LTg3YjAtYzI1NGUwNWFlN2Q4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlAwaW9NN1k4ZDRaRUZ0V3RPMFJWWWpyZ1B2ZmZWRnNIaE5KY0hiQXlDMkk9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] test_cryptodev_perf: IV and digest should be stored at a DMAeble address 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: Mon, 10 Oct 2016 16:25:02 -0000 Hi Akhil, > -----Original Message----- [...] > Hi Pablo, >=20 > I have already rebased this patch to dpdk-next-crypto subtree. Please > let me know if there is any issue. > Here is my git log > 779f1301a382b6b9e2877fd0357bba33d1242d65 test_cryptodev_perf: IV and > digest should be stored at a DMAeble address > 8c9fdf4568768b7765fc2176e400a860dc758020 app/test: remove hard-coding > of > crypto num qps > c1876c1cb90f0882ada0acd9e430be7cf63bc765 app/test: cleanup > unnecessary > ring size setup > 136592c3a350ded56438b59cc4921a243f08e1d0 app/test: remove pointless > for loop > fca4f966b42adc0c8f3e1d43a94ddddd93ea4fcb crypto/aesni_mb: free ring > memory on qp release in PMD >=20 >=20 > Regards The problem is that AES_CBC_CIPHER_IV_LENGTH does not exist anymore, so com= pilation is broken. Also, you could add this change for another tests, like what Arek suggested= (for SNOW3G), or someone can send a new version of this patch, if you prefer that. Thanks, Pablo