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 83EFC8DA6 for ; Wed, 11 Nov 2015 11:24:38 +0100 (CET) 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 D8DDBA49FD; Wed, 11 Nov 2015 10:24:37 +0000 (UTC) Received: from sopuli.koti.laiskiainen.org (vpn1-6-76.ams2.redhat.com [10.36.6.76]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tABAOaSG016495; Wed, 11 Nov 2015 05:24:37 -0500 To: Thomas Monjalon References: <20150924102312.GA12349@hmsreliant.think-freely.org> <5642E939.9090209@redhat.com> <2020838.zg5c5Rn6CK@xps13> From: Panu Matilainen Message-ID: <56431764.8090804@redhat.com> Date: Wed, 11 Nov 2015 12:24:36 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <2020838.zg5c5Rn6CK@xps13> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/3 v2] 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: Wed, 11 Nov 2015 10:24:38 -0000 On 11/11/2015 12:16 PM, Thomas Monjalon wrote: > 2015-11-11 09:07, Panu Matilainen: >> On 09/24/2015 01:23 PM, Neil Horman wrote: >>> 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(-) >>>> >>>> -- >>>> 2.4.3 >>>> >>>> >>> >>> series >>> Acked-by: Neil Horman >> >> Thomas, any particular reason this hasn't been applied yet? > > It was not the priority until now. I was busy with the drivers. > For next release, the integration should be easier because Bruce > will help with a drivers tree. > Understood, no worries. Just checking it hasn't fallen through the cracks due to some submission error on my behalf or something. - Panu -