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 BCC35A04B3; Sat, 9 Nov 2019 21:23:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1843F1BEFF; Sat, 9 Nov 2019 21:23:47 +0100 (CET) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id B39801BEFD for ; Sat, 9 Nov 2019 21:23:45 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 2BE4C454; Sat, 9 Nov 2019 15:23:43 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sat, 09 Nov 2019 15:23: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=++pLOwpIYJtXNLYeMhQob0zOgp21hfTYpvavPrkYoq0=; b=UrChymC8nx5I 9BekEGNF2R7FsUQ2uoTnYqNs56cew0CtMvxtzJOEpX0AFjeXqGvwLvr6+i1ZnKh0 1181h8cBBrep+/Jr+guEH85HUuuVtuOw9mt6POqr00vGbcMAB+JLx7GdJ1ZqGI9b H3A91IFgDRDLukAlutBxRjRbfzjfAfk= 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=++pLOwpIYJtXNLYeMhQob0zOgp21hfTYpvavPrkYo q0=; b=gCMpHYxxHSzRSa5EsYrqSD9DObz3ehkqPu6WSF10MAhCRpVK7x9E/Q8NC TVy7Ly7Vm3ulPN0Wrhieuh85AUYF6uJ3M95AAe2EWMzsL5UpjyLLM2Z9FRIPLkAg riREwImRqgmVb4Z5KmMffu2v3kM8wQDrTouvo2Ss/3nVaJ9/Si9RMt1YWomhgI4l /iXnliQ88WkJHMIBTqQGMd9/Q4g6TuyQ86pn3IzhaIrGIVFhh51d067ySMRLnIF8 gR5Wq5t63kjhaikq6sgtD36bgWpsKYUBcFq2V/a0EkhYban8lkJVzNoFnHxg0zBF YjOMBHJ4lkjpowDCvNDUNy/Pm3yMg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedruddvfedgudegudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepkedrgeeirdejiedruddtudenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (unknown [8.46.76.101]) by mail.messagingengine.com (Postfix) with ESMTPA id 203BA80063; Sat, 9 Nov 2019 15:23:32 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Luca Boccassi , Neil Horman , ray.kinsella@intel.com Date: Sat, 09 Nov 2019 21:23:22 +0100 Message-ID: <6583873.OD7EoBbNdr@xps> In-Reply-To: <04c7b55b1cf47214ddd53e693dad17067e9a2926.camel@debian.org> References: <20191008143628.46054-1-bruce.richardson@intel.com> <04c7b55b1cf47214ddd53e693dad17067e9a2926.camel@debian.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/3] Add scanning for experimental symbols to meson 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" 09/10/2019 10:17, Luca Boccassi: > On Tue, 2019-10-08 at 15:36 +0100, Bruce Richardson wrote: > > The meson builds were missing support for scanning experimental > > symbols > > in the .o/.a files and matching that against those tagged as > > experimental in the version file. This set adds that missing support. > > > > Bruce Richardson (3): > > check-experimental-syms: remove use of environmental var > > lib: add experimental symbols check to meson build > > drivers: process shared lib link dependencies as for libs > > > > Series-acked-by: Luca Boccassi Applied, thanks