From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] config: remove useless explicit includes of generated header Date: Wed, 10 Feb 2016 22:52:39 +0100 Message-ID: <4768771.lNDoMJuPpd@xps13> References: <1454942306-26154-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org 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) 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) In-Reply-To: <1454942306-26154-1-git-send-email-thomas.monjalon@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" 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