From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] mlx: fix compilation with older Glibc Date: Fri, 17 Jun 2016 17:29:53 +0100 Message-ID: <57642581.8070704@intel.com> References: <1465571372-28254-1-git-send-email-adrien.mazarguil@6wind.com> <1465896120-17173-1-git-send-email-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Adrien Mazarguil , Bruce Richardson Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 446AECF23 for ; Fri, 17 Jun 2016 18:30:19 +0200 (CEST) In-Reply-To: <1465896120-17173-1-git-send-email-adrien.mazarguil@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/14/2016 10:22 AM, Adrien Mazarguil wrote: > A missing define in the previous patch causes additional compilation > issues. > > Fixes: 3025206f5060 ("mlx: fix compilation with recent Glibc") > > Signed-off-by: Adrien Mazarguil "older Glibc" or "recent Glibc" can be very hard to trace from git history later. Does it make sense to add glibc version info for the failing ones or fixed one? Thanks, ferruh