From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 4AF8F1B2C1 for ; Tue, 16 Jan 2018 18:54:39 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2018 09:54:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,369,1511856000"; d="scan'208";a="19875991" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga003.jf.intel.com with ESMTP; 16 Jan 2018 09:54:33 -0800 To: "De Lara Guarch, Pablo" , Tomasz Duszynski , "dev@dpdk.org" Cc: "mw@semihalf.com" , "dima@marvell.com" , "nsamsono@marvell.com" , "jianbo.liu@arm.com" References: <1513001223-9881-2-git-send-email-tdu@semihalf.com> <1515488928-30495-1-git-send-email-tdu@semihalf.com> From: Ferruh Yigit Message-ID: <55484d6a-2f18-4973-74ef-f7fb7425f57d@intel.com> Date: Tue, 16 Jan 2018 17:54:32 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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, 16 Jan 2018 17:54:39 -0000 On 1/9/2018 11:47 AM, De Lara Guarch, Pablo wrote: > > >> -----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 >> >> With a new version of the musdk library it's no longer necessary to >> explicitly define MVCONF_ARCH_DMA_ADDR_T_64BIT. >> >> Proper defines are autogenerated by ./configure script based on passed >> options and available after mv_autogen_comp_flags.h inclusion. >> >> Signed-off-by: Tomasz Duszynski >> Acked-by: Jianbo Liu > > Applied to dpdk-next-crypto. Hi Pablo, Would you be OK if I get this specific patch to the next-net? And merge with net counterpart of it [1]. Because when net and crypto versions are separate patches, one of them is causing build error for a specific version of musdk. When musdk version is updated, both net and crypto should be updated atomically for that new version. [1] https://dpdk.org/dev/patchwork/patch/31927/ > Thanks, > > Pablo >