From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3 v2] Minor abi-validator improvements Date: Thu, 03 Dec 2015 20:38:09 +0100 Message-ID: <5639879.6FynmNE2bh@xps13> References: <20150924102312.GA12349@hmsreliant.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Panu Matilainen Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 237664A63 for ; Thu, 3 Dec 2015 20:39:22 +0100 (CET) Received: by wmww144 with SMTP id w144so35345873wmw.1 for ; Thu, 03 Dec 2015 11:39:22 -0800 (PST) In-Reply-To: <20150924102312.GA12349@hmsreliant.think-freely.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-09-24 06:23, Neil Horman: > On Thu, Sep 24, 2015 at 10:50:56AM +0300, Panu Matilainen wrote: > > For giggles, tried running abi-validator between 2.0 and 2.1 on > > my Fedora 22 laptop, didn't work due to various build failures. > > With this patch series the following now succeeds: > > > > EXTRA_CFLAGS="-Wno-error" scripts/validate-abi.sh v2.0.0 v2.1.0 x86_64-native-linuxapp-gcc > > > > Panu Matilainen (3): > > scripts: permit passing extra compiler & linker flags to ABI validator > > scripts: move two identical config fixups into a function > > scripts: teach ABI validator about CONFIG_RTE_KNI_KMOD > > > > scripts/validate-abi.sh | 28 ++++++++++++++-------------- > > 1 file changed, 14 insertions(+), 14 deletions(-) > > > > series > Acked-by: Neil Horman Applied, thanks