From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 83D3D3F9 for ; Wed, 10 Feb 2016 22:54:06 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id p63so48593524wmp.1 for ; Wed, 10 Feb 2016 13:54:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:organization:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=a5aQtyFWcwiunI7YhRkf4+dnCUccLg2bYlH3+Wq6SKQ=; b=LJgDPHQw4iAlNKr14A21rnugrzAeKwZSqvmTvqYAg7y6JKhcWHtZGU6p7VhlHSRqMv 3NfJrjh419RWyEcth1Ylr47acjLCThlHEeqdKs3vOVV4pw0EBKIz5clyvPdET8FdnHW5 Kjp/uSn/k521Rp/HsBnt1hASzAFPVvCGMycy63rAec+kliYUkrucDNvJtEhVNZIcqNmd Ei6K8XoFPLCOQ2XjKjESTzrOqs8b+00wkl0qh5tXWhGaJbRO0882WD+mCJlhPGlcw/r9 /wDOeO6wLrjgFKWt3eMW5wiJ91+AuWBssovekyvJjkU9gd51iMrhqhexlnFRO3Mz7gSj VbBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=a5aQtyFWcwiunI7YhRkf4+dnCUccLg2bYlH3+Wq6SKQ=; b=X55oLV7hSyoFQha3yj5Z8/9ep7DkmVW6U3YDpxyWx53Jg1APUh1sfhr9mligUEF9oW RWJ9PO00foYgPZdFFAi5GY8EwKMTuFnv+jOUhRVmExvAogNStWYgCK1csaSTuKelfM0D qqsGVtuMpGc439q9vdRopZ8eYSCptbzHhJSDdvFqPgA2cHErmO/hLJk7APT/ppDpLpvA vlcHfHoEZ96IIedkvPdpY4dIPzvb01CgHB4Y+JnyhEoLX1H2DGu2ss1LpFB522VkE7st okuJat91Yk8e28eKDNFgHdaNZy/rz/FgToP8CrbInmDvXo/iUOhCT659ILLFHBLAne+r 5hwg== X-Gm-Message-State: AG10YOTnSgJQwqby9rdRRVHMQONNoFq7CmK+gGQB0QoHTtyoiZeIqt9p6z0uuAVKU1dozmmC X-Received: by 10.195.11.35 with SMTP id ef3mr41685365wjd.35.1455141246381; Wed, 10 Feb 2016 13:54:06 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id e77sm24120066wma.18.2016.02.10.13.54.05 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 10 Feb 2016 13:54:05 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Wed, 10 Feb 2016 22:52:39 +0100 Message-ID: <4768771.lNDoMJuPpd@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1454942306-26154-1-git-send-email-thomas.monjalon@6wind.com> References: <1454942306-26154-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] config: remove useless explicit includes of generated header X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 21:54:06 -0000 2016-02-08 15:38, Thomas Monjalon: > The file rte_config.h is automatically generated and included. > No need to #include it. > > The example performance-thread needs a makefile fix to avoid > overwriting the default cflags. > > Signed-off-by: Thomas Monjalon Applied