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 243818E7E for ; Tue, 17 Apr 2018 15:03:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2018 06:03:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,463,1517904000"; d="scan'208";a="34907672" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga006.jf.intel.com with ESMTP; 17 Apr 2018 06:03:00 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by irsmsx105.ger.corp.intel.com ([169.254.7.163]) with mapi id 14.03.0319.002; Tue, 17 Apr 2018 14:02:59 +0100 From: "De Lara Guarch, Pablo" To: Ravi Kumar , "dev@dpdk.org" CC: "hemant.agrawal@nxp.com" Thread-Topic: [PATCH v1] crypto/ccp: use contiguous allocation for DMA memory Thread-Index: AQHT1jd5a9B4zjFspkevRtmk5rv6G6QE7ArQ Date: Tue, 17 Apr 2018 13:02:58 +0000 Message-ID: References: <1523961144-79110-1-git-send-email-Ravi1.kumar@amd.com> In-Reply-To: <1523961144-79110-1-git-send-email-Ravi1.kumar@amd.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjhmODAyY2MtYjNkMi00ZmRiLWIwYTMtOGM4NjAyMTJiZTdhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImdsU2lONHZzemh1MXVCbVdzTDV2d01vWFwvOXo4eFJsQ2hQQWhEUEpjakYwPSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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 v1] crypto/ccp: use contiguous allocation for DMA memory 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: Tue, 17 Apr 2018 13:03:02 -0000 > -----Original Message----- > From: Ravi Kumar [mailto:Ravi1.kumar@amd.com] > Sent: Tuesday, April 17, 2018 11:32 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > hemant.agrawal@nxp.com > Subject: [PATCH v1] crypto/ccp: use contiguous allocation for DMA memory >=20 > rte_eal_get_physmem_layout() is obsolete now. > This patch fix the broken API usage and allocates DMA memory with > RTE_MEMZONE_IOVA_CONTIG memzone flag. >=20 > Signed-off-by: Ravi Kumar Squashed into second commit of the AMD CCP patchset and applied to dpdk-nex= t-crypto. Thanks for the quick patch! Pablo