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 A7CF6A0525; Fri, 21 Feb 2020 17:40:28 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 70BEF1BFAC; Fri, 21 Feb 2020 17:40:28 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 2B62834F3 for ; Fri, 21 Feb 2020 17:40:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582303226; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nTvE9GJQqXbptJ8VZGR9GDeB+Ex1/5CF2U0ZCBZCM0c=; b=d3JMP1Oj299XETZFYnJDDqm+6FMfmY7JCEVVj9a4T5TM0RNIhiLgizvhgH39cHyQ5bQjxm i8BdVba037ss24lDWLR/eZwFeNED2Dks9IhNLLomEjYh0BDveiLYLvFz6+89xpBYeOOcXS iSbWn5/xK8jD5F48mnsd0cUgbUeK6N0= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-249-JZH_5e1mO4-5aiSsAExiAQ-1; Fri, 21 Feb 2020 11:40:24 -0500 X-MC-Unique: JZH_5e1mO4-5aiSsAExiAQ-1 Received: by mail-vk1-f199.google.com with SMTP id x4so1144686vkb.11 for ; Fri, 21 Feb 2020 08:40:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=iOnzMJmdw/x78N7N3zorKZn+6DShLy4GmUhNSqrwZ2w=; b=cTo+kYCJSgysjHPsGnzSrb0yQ7S48mgiyOlHZLMUBErK7+b+x4rj2FyRHK26yod6Hl LSSa5fCpR4ZzCSlmnemEPksoKAfh0AbZiKrK8aBV/uVKCUHc6O6wdzU+EBx0LkrTG/rj 4MmQeqkL45Q+IBDPXDrKWZTNW4qdciEtE6/Io1T/Liu4v+RxB5uSPqXPXYLm5mQihHCX Rwj2+xm7iySoF03DbWQUXjVKLEnIPVXskgu7gfFX8DfcZI9XGD8CwhuL5U4ePQVw88rL 1NiK6wWn/+TfRUv5lYcYml5/tsrpeAqdv1yurlOTXqobdND/dpt20yB9BlKPxRUpsY7U fWmA== X-Gm-Message-State: APjAAAWIDR/Rhyg9f1qI6Pc+6grT5wVILWTyCnrFiR08lDXysCAHjToo ej8P//sw0Xj/iHt62HgULYRr776qJJE6fYenau3Muf3oSHBnZhgPepRCDUbgbqiPFQCXgpRmBXN TCjGYTs1djjBCmEFVv2o= X-Received: by 2002:a67:b303:: with SMTP id a3mr20996335vsm.141.1582303223994; Fri, 21 Feb 2020 08:40:23 -0800 (PST) X-Google-Smtp-Source: APXvYqwdU2W3EUXC4VVSgiNbeTtej8oyYLc8Ohr7Sygnq1ZjuTRk575fqUlDohdJzd8tHwI7zBf5XtmPsy/lvxKggv0= X-Received: by 2002:a67:b303:: with SMTP id a3mr20996320vsm.141.1582303223722; Fri, 21 Feb 2020 08:40:23 -0800 (PST) MIME-Version: 1.0 References: <20200221161005.18557-1-david.marchand@redhat.com> <791152379.0ifERbkFSE@xps> In-Reply-To: <791152379.0ifERbkFSE@xps> From: David Marchand Date: Fri, 21 Feb 2020 17:40:12 +0100 Message-ID: To: Thomas Monjalon Cc: dev , Ferruh Yigit , Dodji Seketeli X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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" On Fri, Feb 21, 2020 at 5:30 PM Thomas Monjalon wrote= : > > 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 starti= ng > > > with '0.'. > > > > I am not familiar with the script and how libabigail works, but +1 to t= he 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 rul= e. > > > > > > Fixes: 777014e56d07 ("devtools: add ABI checks") > > > > > > Signed-off-by: David Marchand > > Acked-by: Thomas Monjalon Applied. -- David Marchand