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 796E0DE3 for ; Fri, 18 Jan 2019 12:55:48 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jan 2019 03:55:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,491,1539673200"; d="scan'208";a="107590946" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga007.jf.intel.com with ESMTP; 18 Jan 2019 03:55:46 -0800 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.116]) by IRSMSX102.ger.corp.intel.com ([169.254.2.65]) with mapi id 14.03.0415.000; Fri, 18 Jan 2019 11:55:45 +0000 From: "Ananyev, Konstantin" To: Thomas Monjalon CC: "Zhang, Roy Fan" , "dev@dpdk.org" , "akhil.goyal@nxp.com" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH] crypto/aesni_mb: fix compile Thread-Index: AQHUrZ5seh//c7sxhE6XL+GLsMUC9KW0DDOAgADRVVCAAAISAIAADlUQ Date: Fri, 18 Jan 2019 11:55:44 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258010D9058BD@irsmsx105.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> In-Reply-To: <4850125.tHd5LTnENi@xps> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWRiMGM2ZGMtZjFjYy00MjJkLTg0MmEtZDZiZmZkYzU5YWNjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiT1wvUHdFRlVoakp1czhFMEY1MHloUnV3MVlhckpub3doT2lzMUVubm9jcjZjQ3RSVUJNcFwvbUNzSmVVd25WcHV5In0= x-ctpclassification: CTP_NT 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: Fri, 18 Jan 2019 11:55:49 -0000 > -----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@n= xp.com; De Lara Guarch, Pablo > > Subject: Re: [dpdk-dev] [PATCH] crypto/aesni_mb: fix compile >=20 > 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? >=20 > Confused about what? My guess was - about '#'. > I tested without backslash, it works. Then I was wrong with my guess. Konstantin