From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DEEFD288C for ; Fri, 18 Jan 2019 12:15:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jan 2019 03:15:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,491,1539673200"; d="scan'208";a="139365979" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga001.fm.intel.com with ESMTP; 18 Jan 2019 03:15:21 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.65]) by IRSMSX103.ger.corp.intel.com ([169.254.3.60]) with mapi id 14.03.0415.000; Fri, 18 Jan 2019 11:15:20 +0000 From: "Van Haaren, Harry" To: "Daly, Lee" , "De Lara Guarch, Pablo" , "Trahe, Fiona" CC: "dev@dpdk.org" , "Daly, Lee" Thread-Topic: [dpdk-dev] [PATCH] compress/isal: fix build with old library version Thread-Index: AQHUrqkpfH28XwO6OEaCegYhyXIVE6W04FFA Date: Fri, 18 Jan 2019 11:15:20 +0000 Message-ID: References: <1547759445-58482-1-git-send-email-lee.daly@intel.com> In-Reply-To: <1547759445-58482-1-git-send-email-lee.daly@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODhjNTUzODMtOWEwMC00NjlhLWFmZTEtYzU0ZmM3OTQyN2U1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaWE3NUFVOCs4OFZHMVhiOG1PZENUTndoOU0rZkNtbGd5Mkhsc00zXC8zTFwvWlduWDMxOVNvcisrZjZJQStJNTB3In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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] compress/isal: fix build with old library version 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:15:23 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Lee Daly > Sent: Thursday, January 17, 2019 9:11 PM > To: De Lara Guarch, Pablo ; Trahe, Fiona > > Cc: dev@dpdk.org; Daly, Lee > Subject: [dpdk-dev] [PATCH] compress/isal: fix build with old library > version >=20 > This patch removes an unnecessary flag which was breaking the > build with older versions of the ISA-L library (v2.23 and older) > and replace with a more appropriate flag which is present > in older versions of library. >=20 > Fixes: bd03d3f1e4f1 ("compress/isal: enable checksum support") >=20 > Signed-off-by: Lee Daly Fixed my build here with ISA-L 2.22; Tested-by: Harry van Haaren