From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=h4B61TWyeiZe7AUNrqwqVew8ZbK3KbkY2GG5ZxirljA=; b=NvuXyUpfFrHjTY76CCV2y6k7BtMqyU+9eGp3NKT7x1QisG79OuCiOTIYyF2dzevtR1 6uz3EyJifd5n+oxo0IhELK7xqRBb9J8Cn9ryQBsdgMQTXYajcIJra+3MKM7X1+z+/6f6 b2kEFcux2Kdm6ALg2/csGEmz4AvJJYWjTMUHYLDEsAYvnDRtkFesLtzzavTA7S3kMwU0 ZxBEPqk/Pf4sLduuJZPhPEEHvXt4AL01zhhN81rGSkWjHY2w39LdU1AVs74nw/9uE72L osvzm2AarwI5PNUfKwCX4WEWg21MDmpWMbzrKgieQ++TJSEzKX6xAfotp1sjqGH9aZFf AnuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=h4B61TWyeiZe7AUNrqwqVew8ZbK3KbkY2GG5ZxirljA=; b=e8MEsVyWeNNrNp7//495AsBUAgApRSVMU16NYWYHRpylqNMtZ4ROKvGEZ6pICF+JLW dQ2b0xWxxWDRp5YPGvvCsg+2nK3YWDZFjWBqbNFDLcjgGMdLGGHRFRD+nUVO6ZgNtQfP PBAypbrqUkjjpm2IcY/fbEE09makmK4GBAs8ZN2AF/t9Evq3sTBk+5OtTAUkxZcAOLm0 AIbcSv4XNgU5KOjcIoj2PeXJGvBu5+ESbAOVGsiuxpshYP8IuJF2gRkywpZ1/hq3/rke BUOH/mupe0Mu/rRTmORoGJ5GcN+rVlFTaMSohKgzTRJ+Xb4cdjR4EZ6Ye6quAeWToZfH ZlCg== X-Gm-Message-State: ALoCoQkhttO+qTk1mUeQGUs5jhOMrl1ByS+nuVy7zAo4esxz0t4C+4zjfmDiW/rvPhQJUiUAg75My8W2YiI4jLmyViB3rI689A== X-Received: by 10.28.176.200 with SMTP id z191mr447718wme.102.1449171561890; Thu, 03 Dec 2015 11:39:21 -0800 (PST) Received: from xps13.localnet (143.17.90.92.rev.sfr.net. [92.90.17.143]) by smtp.gmail.com with ESMTPSA id c13sm338284wmd.14.2015.12.03.11.39.20 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Dec 2015 11:39:21 -0800 (PST) From: Thomas Monjalon To: Panu Matilainen Date: Thu, 03 Dec 2015 20:38:09 +0100 Message-ID: <5639879.6FynmNE2bh@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20150924102312.GA12349@hmsreliant.think-freely.org> References: <20150924102312.GA12349@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Thu, 03 Dec 2015 19:39:22 -0000 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