From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 052B41B2FF for ; Mon, 6 Nov 2017 22:10:42 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AE2B920C81; Mon, 6 Nov 2017 16:10:41 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 06 Nov 2017 16:10:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=K7FXYrt9WciwbdQ5R8fWZepJYQ mJm/CgM8YR28Bgdys=; b=gXt4Z9Gg2HLQumaxuJTnCwTLvWFsBoNfqS43rWZ/rC cxI0pLmgD3iWswLTiTi6URkDYvOpmANuqkb00HyOZLIXr45PzKF17dTbz1yu875B yE4HVuu/3zRHQR7g8XYCTwXnSj9kK6GF6FUbbKtNkeogo2WtBvNtS5FtGKFCSJJd 0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=K7FXYr t9WciwbdQ5R8fWZepJYQmJm/CgM8YR28Bgdys=; b=YX96xQxvQBChxKMDhyo195 4IshZHebxhIBYZm+4AQvt5f+3eMRI4b6FWpvbmQGqw+U85voeUJSE1tk1VvSiDfL vZJkcsk+Ovs5JmiuonKx6C4cnR/yQeC0lu/mjRWzO8bCY5IKsBWw3ONpqaI3rAc6 ssWvYKRCDFHP9Nn4LxiG3faY5wMpzmy/4tsrkxy7EZwxWQbnUBPf0iLJPwf6vfRF yNjfUP4swabIvFZcHRJOlQV2YcHF9G5yNcoPLZmb/RwCxDFPJ+DhliCLPfDHzOoZ 3j5jUOBJ9q4zJmWjJxDD4Xkkjiw0GqEKWJklTD25Et4g6Itp3xNMPcsXksP2c8Kg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 71ECC2484D for ; Mon, 6 Nov 2017 16:10:41 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 06 Nov 2017 22:10:40 +0100 Message-ID: <2661254.f69gFEShYV@xps> In-Reply-To: <20171102213805.13392-1-thomas@monjalon.net> References: <20171102213805.13392-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] remove include of generated config header 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: Mon, 06 Nov 2017 21:10:42 -0000 02/11/2017 22:38, Thomas Monjalon: > The file rte_config.h is generated and automatically included > with -include option. > The explicit includes in drivers and libraries are useless. > > Signed-off-by: Thomas Monjalon Applied