From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 89C7E5A32 for ; Thu, 24 Sep 2015 09:34:26 +0200 (CEST) Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id E5747461E4 for ; Thu, 24 Sep 2015 07:34:25 +0000 (UTC) Received: from dhcp195.koti.laiskiainen.org.com (vpn1-7-167.ams2.redhat.com [10.36.7.167]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t8O7YOAA024787 for ; Thu, 24 Sep 2015 03:34:25 -0400 From: Panu Matilainen To: dev@dpdk.org Date: Thu, 24 Sep 2015 10:34:01 +0300 Message-Id: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 Subject: [dpdk-dev] [PATCH 0/3] Minor abi-validator improvements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 07:34:26 -0000 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 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) -- 2.4.3