From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] crypto/aesni_mb: fix compile Date: Tue, 22 Jan 2019 17:29:06 +0100 Message-ID: <1651559.Ge6BNoMArt@xps> References: <20190116132114.65674-1-roy.fan.zhang@intel.com> <20190121155611.74873-1-roy.fan.zhang@intel.com> <2601191342CEEE43887BDE71AB977258010D90668C@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Ananyev, Konstantin" , "akhil.goyal@nxp.com" To: "Zhang, Roy Fan" Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id E23AE2C36 for ; Tue, 22 Jan 2019 17:29:09 +0100 (CET) In-Reply-To: <2601191342CEEE43887BDE71AB977258010D90668C@irsmsx105.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This patch fixes the inflexible compile issue AESNI-MB PMD. > > Originally the compile of the PMD will fail if IPSec_MB is > > not installed in default location. > > > > Fixes: c68d7aa354f6 ("crypto/aesni_mb: use architecture independent macros") > > > > Signed-off-by: Fan Zhang > > Acked-by: Pablo de Lara > > Tested-by: Konstantin Ananyev Applied, thanks