From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 8281E4C8D for ; Mon, 21 Jan 2019 11:08:48 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Jan 2019 02:08:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,502,1539673200"; d="scan'208";a="293137325" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga005.jf.intel.com with ESMTP; 21 Jan 2019 02:08:46 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 21 Jan 2019 10:08:45 +0000 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.213]) by irsmsx111.ger.corp.intel.com ([169.254.2.160]) with mapi id 14.03.0415.000; Mon, 21 Jan 2019 10:08:45 +0000 From: "Zhang, Roy Fan" To: "Ananyev, Konstantin" , Thomas Monjalon CC: "dev@dpdk.org" , "akhil.goyal@nxp.com" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH] crypto/aesni_mb: fix compile Thread-Index: AQHUrZ5rWTvM2rsRykq0ov8YxaJrcKW0DDOAgADRtgCAAAGxAIAADqQAgASY5fA= Date: Mon, 21 Jan 2019 10:08:44 +0000 Message-ID: <9F7182E3F746AB4EA17801C148F3C6043354D455@IRSMSX101.ger.corp.intel.com> References: <20190116132114.65674-1-roy.fan.zhang@intel.com> <1988021.QFEkKv4KUp@xps> <2601191342CEEE43887BDE71AB977258010D905841@irsmsx105.ger.corp.intel.com> <4850125.tHd5LTnENi@xps> <2601191342CEEE43887BDE71AB977258010D9058BD@irsmsx105.ger.corp.intel.com> In-Reply-To: <2601191342CEEE43887BDE71AB977258010D9058BD@irsmsx105.ger.corp.intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWRiMGM2ZGMtZjFjYy00MjJkLTg0MmEtZDZiZmZkYzU5YWNjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiT1wvUHdFRlVoakp1czhFMEY1MHloUnV3MVlhckpub3doT2lzMUVubm9jcjZjQ3RSVUJNcFwvbUNzSmVVd25WcHV5In0= dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] crypto/aesni_mb: fix compile 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: Mon, 21 Jan 2019 10:08:49 -0000 Hi,=20 Thanks guys. I will send a v2 to remove the backslash. Regards, Fan > -----Original Message----- > From: Ananyev, Konstantin > Sent: Friday, January 18, 2019 11:56 AM > To: Thomas Monjalon > Cc: Zhang, Roy Fan ; dev@dpdk.org; > akhil.goyal@nxp.com; De Lara Guarch, Pablo > > Subject: RE: [dpdk-dev] [PATCH] crypto/aesni_mb: fix compile >=20 >=20 >=20 > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > Sent: Friday, January 18, 2019 11:03 AM > > To: Ananyev, Konstantin > > Cc: Zhang, Roy Fan ; dev@dpdk.org; > > akhil.goyal@nxp.com; De Lara Guarch, Pablo > > > > Subject: Re: [dpdk-dev] [PATCH] crypto/aesni_mb: fix compile > > > > 18/01/2019 11:57, Ananyev, Konstantin: > > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas > Monjalon > > > > 16/01/2019 14:21, Fan Zhang: > > > > > 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 > > > > > --- > > > > > -IMB_HDR =3D /usr/include/intel-ipsec-mb.h > > > > > +IMB_HDR =3D $(shell echo "\#include " | \ > > > > > > > > What is the backslash? Looks like a typo. > > > > > > Wouldn't make get confused without it? > > > > Confused about what? >=20 > My guess was - about '#'. >=20 > > I tested without backslash, it works. >=20 > Then I was wrong with my guess. > Konstantin