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 CFA8DA0525; Fri, 21 Feb 2020 17:30:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 09B841BFAC; Fri, 21 Feb 2020 17:30:13 +0100 (CET) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 4D23434F3 for ; Fri, 21 Feb 2020 17:30:11 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id ECD1D5DE; Fri, 21 Feb 2020 11:30:09 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 21 Feb 2020 11:30:10 -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=f6wG6ZshnmEEfUiYH8poOi2OYLvR7i3RL4KO2mephdo=; b=UZqufTC85h5W gmpvkqgtCLQLlui+jMdHSBFzUKcpp9d4D8auO6C5j4exoC+uVo1YPyyba3KAjUke JSGB9YgEy0gvb75NBoH/IYeyFLMWB5trJWpyPW6QG+zq1p5KG5Jk4V8+jmK8PNwB 01/3QeWtcQcR+Mbhl7aWZbS+n76BDJk= 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=fm2; bh=f6wG6ZshnmEEfUiYH8poOi2OYLvR7i3RL4KO2meph do=; b=o2Z2CScu1d4psVapnphXhcsjpLKaJafm9x1irltmTHBfjZpjI50/JtxMv Svi8mtBcSiyHOjyMt9eljA5LAlrPy55IwcgJvFddOK6X6F4b7tiiIelrs9sPwgzB kdE/NiyvhfHL9X6vzIXnrrSQJl63uUQoOIgasSx6Mv5Bendq0zU/nzxN+gB4tW6B Hqcb8ZjE8OYC6N0EsTd39OPOL5VhiCRfXtREoBOnHS8lfAg/e6OpCbN6CIztyWR7 EaPWIp+Q0XVlG07EqQRJZjJ8IP8ufalVt+zecOuDvz0h0ZhRaBaLnRfuSaPaZvWG 4DRJ3hiR8DNaeDSnjNleOqSQNDwSQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrkeeggdekkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 55C2E328005E; Fri, 21 Feb 2020 11:30:08 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, Ferruh Yigit , dodji@redhat.com Date: Fri, 21 Feb 2020 17:30:07 +0100 Message-ID: <791152379.0ifERbkFSE@xps> In-Reply-To: References: <20200221161005.18557-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: skip experimental libraries in ABI check 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" 21/02/2020 17:13, Ferruh Yigit: > On 2/21/2020 4:10 PM, David Marchand wrote: > > We don't provide ABI compatibility for experimental libraries. > > Skip those libraries by catching a soname containing a version starting > > with '0.'. > > I am not familiar with the script and how libabigail works, but +1 to the idea. > > > > > Align the special case for the glue libraries by using the soname too. > > Once libabigail has support for it, we will have a single type of rule. > > > > Fixes: 777014e56d07 ("devtools: add ABI checks") > > > > Signed-off-by: David Marchand Acked-by: Thomas Monjalon