From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47])
 by dpdk.org (Postfix) with ESMTP id 4BD243979
 for <dev@dpdk.org>; Thu, 21 Jul 2016 10:22:59 +0200 (CEST)
Received: by mail-wm0-f47.google.com with SMTP id o80so15200117wme.1
 for <dev@dpdk.org>; Thu, 21 Jul 2016 01:22:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=btmBN0vMl/eV0hpL0I5aUm6f/E1iOdE10RcjxCeYYK8=;
 b=Obi7yEnIRKqIOIMvm5gR+d8D0s58q7vbYlA7TDMqtBGCCxEmDjgRN+N4f/oJdeIzH7
 GB5YaNUl6YtW2ZMg5G770dfrSkPJ/cwoaC916rAQTHuFZOWJxfHhOWCP7zce0kdxDGS9
 ZAuMp5FskeOrIINdm41ZE7Oqs4iJdASWRpQLk4+O+owDYJLbB0YOuTRvJaNYdTn3s1q5
 BGl36vH/q2k0MgFBHtl68iDrUbaYd9Uvo/IzQL4yGdOyWaNyYgXg5Hf/7QxKfTEc9Iwt
 HlM2yTnoTS3QYwAkdidLdRSGZ2lUJxcArSMaqwph6HG+/9dAahgiYFGno5JOLfzCj2as
 EoAg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=btmBN0vMl/eV0hpL0I5aUm6f/E1iOdE10RcjxCeYYK8=;
 b=BfWCHU2p7HxPuK4LDlKEk54ZvEW+3RP4myFiUya8e3URkLLoMs2IphzETrHs6tvZhW
 e2t4iwM4hK2vdSk3ms4echfOBu9KFDOmFUBU0rl7RSU9VLBawUai4kTqtPRHXTSzF3L6
 zqwwkyjJJ5jJAhanAHHxo8Xfo13r5aWObjAph7kc1VEK8oplTfv6rYh7U45CSD3vIMIU
 RKP9+FDXK4bl9py2vzx6EuINBLH5eP3APS3cyq4mWcghv09Lybvfe2bI3k17emLocNL9
 eyx5fEZoZAFhFxlFG/kg32hl18Skol/CV9XHmitKITWgfewtWlo8VxK2cu6/NB0QGPoz
 /pRA==
X-Gm-Message-State: ALyK8tJsTDgI8zVNZE06I02Qsbqj9a1GnP0E9rDX9EAyVxOOi/hYnMWjXN4Q4Q6im9BYVGfC
X-Received: by 10.194.11.41 with SMTP id n9mr5452121wjb.108.1469089379141;
 Thu, 21 Jul 2016 01:22:59 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id e7sm5175404wjj.45.2016.07.21.01.22.58
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 21 Jul 2016 01:22:58 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Gu, YongjieX" <yongjiex.gu@intel.com>
Cc: dev@dpdk.org
Date: Thu, 21 Jul 2016 10:22:57 +0200
Message-ID: <1862137.9jzovSvl3e@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <E1E7EC9273ACA248A8E9BE46A66CE0A03EBCFC54@SHSMSX101.ccr.corp.intel.com>
References: <1468835025-3333-1-git-send-email-thomas.monjalon@6wind.com>
 <E1E7EC9273ACA248A8E9BE46A66CE0A03EBCFC54@SHSMSX101.ccr.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] mk: fix static link with glibc < 2.17
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 21 Jul 2016 08:22:59 -0000

> Tested-by: Yongjie Gu <yongjiex.gu@intel.com>

Applied