From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 2E12D1B16F for ; Tue, 9 Jan 2018 12:47:17 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 03:47:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,335,1511856000"; d="scan'208";a="193398391" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga005.fm.intel.com with ESMTP; 09 Jan 2018 03:47:15 -0800 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 9 Jan 2018 11:47:14 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx112.ger.corp.intel.com ([169.254.1.12]) with mapi id 14.03.0319.002; Tue, 9 Jan 2018 11:47:14 +0000 From: "De Lara Guarch, Pablo" To: Tomasz Duszynski , "dev@dpdk.org" CC: "mw@semihalf.com" , "dima@marvell.com" , "nsamsono@marvell.com" , "jianbo.liu@arm.com" Thread-Topic: [dpdk-dev] [PATCH v3 1/2] crypto/mrvl: sync compilation with musdk-17.10 Thread-Index: AQHTiSmUP1WooRC8VEOrYOzMU2qL6KNrbL3A Date: Tue, 9 Jan 2018 11:47:14 +0000 Message-ID: References: <1513001223-9881-2-git-send-email-tdu@semihalf.com> <1515488928-30495-1-git-send-email-tdu@semihalf.com> In-Reply-To: <1515488928-30495-1-git-send-email-tdu@semihalf.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjgzMTg0ZTAtM2Y5ZC00ODEzLTkxZTUtMDk0MzQ2MTc3YzhlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ill2NTBHUkVraTZTcHpFVEw0ZnROREVJaGVMZEZQazgrZGZ5WDNXRDZycDQ9In0= 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 v3 1/2] crypto/mrvl: sync compilation with musdk-17.10 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, 09 Jan 2018 11:47:18 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tomasz Duszynski > Sent: Tuesday, January 9, 2018 9:09 AM > To: dev@dpdk.org > Cc: mw@semihalf.com; dima@marvell.com; nsamsono@marvell.com; > jianbo.liu@arm.com; Tomasz Duszynski > Subject: [dpdk-dev] [PATCH v3 1/2] crypto/mrvl: sync compilation with > musdk-17.10 >=20 > With a new version of the musdk library it's no longer necessary to > explicitly define MVCONF_ARCH_DMA_ADDR_T_64BIT. >=20 > Proper defines are autogenerated by ./configure script based on passed > options and available after mv_autogen_comp_flags.h inclusion. >=20 > Signed-off-by: Tomasz Duszynski > Acked-by: Jianbo Liu Applied to dpdk-next-crypto. Thanks, Pablo