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 0D60B1B6AA; Wed, 9 May 2018 16:35:55 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 May 2018 07:35:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,381,1520924400"; d="scan'208";a="53730814" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga001.fm.intel.com with ESMTP; 09 May 2018 07:35:51 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 9 May 2018 15:35:50 +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 15:35:50 +0100 From: "De Lara Guarch, Pablo" To: Shreyansh Jain CC: "dev@dpdk.org" , "akhil.goyal@nxp.com" , "stable@dpdk.org" , "hemant.agrawal@nxp.com" Thread-Topic: [PATCH v2] crypto/dpaa2_sec: remove iova conversion for fle address Thread-Index: AQHT55EoLp1QWak/tkqkPkFk9FCkoKQndroA Date: Wed, 9 May 2018 14:35:49 +0000 Message-ID: References: <20180509092642.9092-1-shreyansh.jain@nxp.com> <20180509124324.22258-1-shreyansh.jain@nxp.com> In-Reply-To: <20180509124324.22258-1-shreyansh.jain@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 v2] 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 14:35:56 -0000 > -----Original Message----- > From: Shreyansh Jain [mailto:shreyansh.jain@nxp.com] > Sent: Wednesday, May 9, 2018 1:43 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; akhil.goyal@nxp.com; stable@dpdk.org; > hemant.agrawal@nxp.com > Subject: [PATCH v2] crypto/dpaa2_sec: remove iova conversion for fle addr= ess >=20 > From: Hemant Agrawal >=20 > fle is already in virtual addressing mode - no need to perform address co= nversion > for it. >=20 > Fixes: 8d1f3a5d751b ("crypto/dpaa2_sec: support crypto operation") > Cc: akhil.goyal@nxp.com > Cc: stable@dpdk.org >=20 > Signed-off-by: Hemant Agrawal > Acked-by: Akhil Goyal Applied to dpdk-next-crypto. Thanks, Pablo