From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 554A156A1 for ; Fri, 7 Oct 2016 23:36:49 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 07 Oct 2016 14:36:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,456,1473145200"; d="scan'208";a="1067608494" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga002.fm.intel.com with ESMTP; 07 Oct 2016 14:36:49 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 7 Oct 2016 22:36:46 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by irsmsx155.ger.corp.intel.com ([169.254.14.133]) with mapi id 14.03.0248.002; Fri, 7 Oct 2016 22:36:46 +0100 From: "De Lara Guarch, Pablo" To: "akhil.goyal@nxp.com" , "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: AQHSII9gI8BF9Y1dNUWzDImAm4OTI6Cde9rQ Date: Fri, 7 Oct 2016 21:36:45 +0000 Message-ID: References: <20160926163300.22990-3-akhil.goyal@nxp.com> <20161007170608.27685-1-akhil.goyal@nxp.com> In-Reply-To: <20161007170608.27685-1-akhil.goyal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjZmYTI3YjktNjA5Ny00YmQyLTlhMzctMDFmYWI4ZTkwNzU3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkpjTWc2U254K3JWRHZJTUNCU1R5TXRrOEZnMjBKM09NUzNhYVluaVBJcWs9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] 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: Fri, 07 Oct 2016 21:36:49 -0000 Hi Akhil, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of > akhil.goyal@nxp.com > Sent: Friday, October 07, 2016 10:06 AM > To: Kusztal, ArkadiuszX; Doherty, Declan > Cc: Griffin, John; Trahe, Fiona; Jain, Deepak K; dev@dpdk.org; Akhil Goya= l > Subject: [dpdk-dev] [PATCH v2] test_cryptodev_perf: IV and digest should = be > stored at a DMAeble address >=20 > From: Akhil Goyal >=20 > For physical crypto devices, IV and digest are processed by the crypto > device which need the contents to be written on some DMA able address. >=20 > So in order to do that, IV and digest are accomodated in the packet. >=20 > Signed-off-by: Akhil Goyal > v2: patch rebased You need to rebase against the HEAD of the dpdk-next-crypto subtree: (http://dpdk.org/browse/next/dpdk-next-crypto/). Thanks! Pablo