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 897E2A04DE for ; Tue, 26 Nov 2019 12:17:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5FD764C90; Tue, 26 Nov 2019 12:17:47 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 68EA0CF3; Tue, 26 Nov 2019 12:17:44 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A1C7421236; Tue, 26 Nov 2019 06:17:43 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 26 Nov 2019 06:17:43 -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=GtEVAkzBR/xFbe2jg+FseT8ckzm6021klnH4smPDn2g=; b=RLuDZjSTPoTJ s2oMHqSbRnDTe+6qkNmGQDtYgMiRnDr8AE90BXgdK5eQpODZW00vJE8z9uwPobwz xddi1Yn8htK8n26mqmVbQZosvsKCUsXv+eQQEqTYKc5ZsRAbeAePWZit+Zlq2jiU SWJAfHBdp0XPlWExQtjO6atWlUwSpMo= 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=GtEVAkzBR/xFbe2jg+FseT8ckzm6021klnH4smPDn 2g=; b=GY1LQhzJZO1j3ZOSpoqD7dRRBPKU29UK/bM7SvUVy8rLBN6qQEuAeBvBA OEXrFhgyYb8FkVR/AeL6hEVqgTxDGekLtD7svEBYg9t1R0ewKEhqfr/Fh6erCx/Z NAlifdBPBPgnzV3jMHEy/EH7sz5Zb2IeqrDw+NvWIjp+oaYCilk/VJ8ENfhUITC1 h1G7c3UaBNnztILCGtbiDBS7asU1fUJqq4JY8IubAefr4r3l5oKMbnxi8mj9VWgy MqX3Zr+7hAAyWdH4ZuVJGHE2reE8qv61WdGbKK5PAK5/G4/aOegKK+mQRkzg4jdh wkh8raR1awO6+0icJ5NfqJej0cR9A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeifedgvdekucetufdoteggodetrfdotf 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 4FC2E8005B; Tue, 26 Nov 2019 06:17:42 -0500 (EST) From: Thomas Monjalon To: Ali Alnubani Cc: "dev@dpdk.org" , "bruce.richardson@intel.com" , "stable@dpdk.org" Date: Tue, 26 Nov 2019 12:17:41 +0100 Message-ID: <3358503.0YUIpihZ7K@xps> In-Reply-To: <20191126105028.24948-1-alialnu@mellanox.com> References: <20191126081637.23008-1-alialnu@mellanox.com> <20191126105028.24948-1-alialnu@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH v2] eal: fix header files install with meson X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 26/11/2019 11:51, 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. > > Fixes: 610beca42ea4 ("build: remove library special cases") I am not sure this is the right root cause. At least for rte_function_versioning.h, it has been added recently. > Cc: bruce.richardson@intel.com > Cc: stable@dpdk.org > > Signed-off-by: Ali Alnubani > Reviewed-by: Thomas Monjalon > Acked-by: Bruce Richardson