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 4C2A9A009E for ; Sun, 27 Oct 2019 11:27:06 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 38BED1BF2C; Sun, 27 Oct 2019 11:27:05 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 898BE1BEA0 for ; Sun, 27 Oct 2019 11:27:03 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 175CD21BBA; Sun, 27 Oct 2019 06:27:03 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 Oct 2019 06:27:03 -0400 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=o6x3JEcBl5WJZcPRMWhfWRkNqIR3uX6SPtpCdkMF1lA=; b=eZz8AOKIsXPx +Wn4o9Nzt0WgXWDzo7muB5br7QjwddHBzWDlNQVD85AFf0W0tyID7KS5PGEGhSCZ pK0Xla2MPBzHcVCfukP0oslpeBRkVAaQxRou79s0uQ0qgbDpLnJu0X4CzAVPfVTg 2nvSU4zBMuns4jCO8w32araN/n7dVwU= 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=o6x3JEcBl5WJZcPRMWhfWRkNqIR3uX6SPtpCdkMF1 lA=; b=FMio/uWO3VWfD+q+OW2mMljzEo92Pjg9BTVGpuQfQNTgx1qhWQh4Y8hTm OUf47xbHQ8jKdc9pa2UXpdpQp9C9FVGWNXcZCuNSnLp5lXpRddWTaexJC++sN9Cq VI95PeScVRGf3CB2h6UenvnCmyvEag8ydARLnWk0NVlj4vwBzFPJoj41At9P7PBG yoG0G5AnElMaWTmM0B4/kSgMrsMQ54o6dzzUANud97aJawFw93TBFfR6WwiLud+6 D5eAHcivbVxS+1z7uX5mYVNlpo/MZRh6+ZCYC9r2SEEcSWQew6gzNuSQEUmgPsYt UeHQxSZ/R0AsMbxovzVYXN3Xj5thA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleejgddujecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 6864E80059; Sun, 27 Oct 2019 06:27:00 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Andrzej Ostruszka , Neil Horman , bluca@debian.org Date: Sun, 27 Oct 2019 11:26:59 +0100 Message-ID: <1995959.5jnIJvoi3L@xps> In-Reply-To: <7a1d3f66-a99f-2eda-b6c0-990d82d39ae6@semihalf.com> References: <20190927194932.22197-1-bruce.richardson@intel.com> <20191007154550.46655-1-bruce.richardson@intel.com> <7a1d3f66-a99f-2eda-b6c0-990d82d39ae6@semihalf.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 0/2] Improve function versioning meson support 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" 23/10/2019 12:19, Andrzej Ostruszka: > On 10/7/19 5:45 PM, Bruce Richardson wrote: > > Adding support for LTO has exposed some issues with how the functions > > versioning was supported by meson, which was always set to build both > > shared and static libraries. > [...] > > V3: following feedback, moved the define for make from the common_base > > build config file to one of the global makefiles, as it's not user > > tunable. > > V2: added in file that missed a "git add" when doing V1 > > Reviewed-by: Andrzej Ostruszka Applied, thanks