From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 19595A04C3; Tue, 26 Nov 2019 10:34:18 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C34572A5D; Tue, 26 Nov 2019 10:34:16 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 0230128EE for ; Tue, 26 Nov 2019 10:34:14 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9173922705; Tue, 26 Nov 2019 04:34:13 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 26 Nov 2019 04:34:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=Tu8wd1gzWjV2wGbewoEk2ZbGXOfmbtl2yGkBXRdG6JE=; b=sLbwPw+1GAJs 0pEtfasKpdUSoGqxJLoJvWzvGElp2Q0UWBzTcYDZahLPpp4P84eNMlHAVrLvluas qvLPzsQCWQ+aQEfS0O5yWEMV2w3eSFMTg5KnR3+0xXTEAWQpbyb/uENBD+h2XHW+ aroCN0MW1x2OJGQc+8WAc1wcGGO5c60= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=Tu8wd1gzWjV2wGbewoEk2ZbGXOfmbtl2yGkBXRdG6 JE=; b=nr1UbLAC62OTwuF4v/yNnSGJXmaVuLxG8OfA0qWAAJmgHcWUgUtkjTwJN xg9eRxdD68oJ7Dw75oJOX4dRv6NTPMG133woRSgB23vda97DWXyNZPr7wNIqjZ3m sgaeBwfTa+8H8amStckqZ/lIHbeMJPQcg0gR3JvnkU/tZzUW/RgaEm1wvaf1OMmd M/zBKK2+Sy55Tw1iVZ7+OUMBCgdCXo49FvfMeNWCz2edeKuJbOT4T1VrewqfeEls ReBxr5iHYNlXNbwKb6jiqGqMCXgSmAbxqSKakozoNqRBGWipP433CW4AMwfg2YKH IJHXwQ5Jkyin9A2joweAst7sVqOJg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeifedgtdeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9648C306005B; Tue, 26 Nov 2019 04:34:12 -0500 (EST) From: Thomas Monjalon To: Ali Alnubani Cc: dev@dpdk.org Date: Tue, 26 Nov 2019 10:34:11 +0100 Message-ID: <2123110.V8ZlmDKlZr@xps> In-Reply-To: <20191126081637.23008-1-alialnu@mellanox.com> References: <20191126081637.23008-1-alialnu@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] build: install missing header files 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The title should mention EAL: eal: fix header files install with meson 26/11/2019 09:16, Ali Alnubani: > The following header files weren't being installed by meson: > - rte_vfio.h > - rte_function_versioning.h > - rte_test.h > > This patch adds them to the common_headers list so that > they are installed. Please add the "Fixes:" references. > Signed-off-by: Ali Alnubani > --- > lib/librte_eal/common/meson.build | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) Reviewed-by: Thomas Monjalon