From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 776F2F72 for ; Fri, 18 Jan 2019 19:35:49 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0D2FB294EA; Fri, 18 Jan 2019 13:35:49 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 18 Jan 2019 13:35:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=842rm2uhQU20fo/qPPlslqJaSna8QkIdBSSXAjvThA0=; b=YG87J6qDjy1Z tJsWFmk58w2imlhbkTf8vys1TeFRk6w1CQB1pr1xwSnQbg1YIdJbRzMJitLO8RPR r+uLue/EsnM3YK+7R1e2LdRCqsYPtCk+BzMASkY3EdZKk5eQM0naTgg+hKIEranu bZq1mdfKUS+IJSAtUcF/7+aZHjaYF/g= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=842rm2uhQU20fo/qPPlslqJaSna8QkIdBSSXAjvTh A0=; b=H2BvDaIA4gu/ONm+g5GhaFBIt6DdSk57LgC3ptP7u+9Vl1HZm2BMkMius Gw/0XbjiPbtuiib7J/nNg5YXXj5cB6VBOHnGT9k8Sg64cjfhEsNzUmZsx36mTlaf BRMUpGxzIAf/NVH/iJn+fnKCsnJ3dbPniuK2JieytfD8b4eUUFIuTUeUjnKXkR+T tGIN3/UqSAZoazz/agsMlztZiDwk2FH1pcNuIyXmjXWtREPzVu0QDR5nE/Rr9qId zBbFj6ueaFUEgnmmXgHSdSFN3PhvUIHRnzl02V6owQ7qYWEAHnM1rDtY0snbQ2ZJ ASkRlRaYcXwUkDg/h5rW/Y+EPKxvQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrhedtgdduudejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CEB031027C; Fri, 18 Jan 2019 13:35:47 -0500 (EST) From: Thomas Monjalon To: "Daly, Lee" Cc: dev@dpdk.org, "Van Haaren, Harry" , "De Lara Guarch, Pablo" , "Trahe, Fiona" Date: Fri, 18 Jan 2019 19:35:46 +0100 Message-ID: <4594040.0Ik1HZrWBF@xps> In-Reply-To: References: <1547759445-58482-1-git-send-email-lee.daly@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 18:35:49 -0000 > > 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. > > > > Fixes: bd03d3f1e4f1 ("compress/isal: enable checksum support") > > > > Signed-off-by: Lee Daly > > > Fixed my build here with ISA-L 2.22; > > Tested-by: Harry van Haaren Applied, thanks