From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 99934AAC4; Wed, 9 May 2018 12:24:24 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 May 2018 03:24:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,381,1520924400"; d="scan'208";a="49451576" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga003.jf.intel.com with ESMTP; 09 May 2018 03:24:20 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 9 May 2018 11:24:19 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by irsmsx112.ger.corp.intel.com ([169.254.1.237]) with mapi id 14.03.0319.002; Wed, 9 May 2018 11:24:20 +0100 From: "De Lara Guarch, Pablo" To: Akhil Goyal , Shreyansh Jain CC: "dev@dpdk.org" , Hemant Agrawal , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] crypto/dpaa2_sec: remove iova conversion for fle address Thread-Index: AQHT53WexUD4qYyzskiKVBNpywknsKQnDHwAgAAkFeA= Date: Wed, 9 May 2018 10:24:18 +0000 Message-ID: References: <20180509092642.9092-1-shreyansh.jain@nxp.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWI4NDgwNjMtNTg5OC00MmQzLTkyNWUtODY3MmZiNjA3OTEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik1oTW4xXC9SN3kzQlFWT2tcL0YwT0F5Wk1oWXVxWGRPOStzbnZRYktJQTZyZz0ifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action 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] crypto/dpaa2_sec: remove iova conversion for fle address X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2018 10:24:25 -0000 > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Wednesday, May 9, 2018 10:14 AM > To: Shreyansh Jain ; De Lara Guarch, Pablo > > Cc: akhil.goyal@nxp.com; dev@dpdk.org; Hemant Agrawal > > Subject: Re: [dpdk-dev] [PATCH] crypto/dpaa2_sec: remove iova conversion = for > fle address >=20 > On 5/9/2018 2:56 PM, Shreyansh Jain wrote: > > From: Hemant Agrawal > > > > fle is already in virtual addressing mode - no need to perform address > > conversion for it. > > > > Fixes: 8d1f3a5d751b ("crypto/dpaa2_sec: support crypto operation") > > Cc: akhil.goyal@nxp.com > > > > Signed-off-by: Hemant Agrawal ... > > > Acked-by: Akhil Goyal Added Cc: stable@dpdk.org (try remembering this for next time, please). Applied to dpdk-next-crypto. Thanks, Pablo