From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5] devtools: rework abi checker script Date: Wed, 08 Nov 2017 00:24:02 +0100 Message-ID: <3700218.3HED4nOBbH@xps> References: <20170920091253.15794-1-olivier.matz@6wind.com> <20171005075327.21678-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, nhorman@tuxdriver.com, bruce.richardson@intel.com To: Olivier Matz Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 9EE8C1B3CF for ; Wed, 8 Nov 2017 00:24:04 +0100 (CET) In-Reply-To: <20171005075327.21678-1-olivier.matz@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/10/2017 09:53, Olivier Matz: > The initial version of the script had some limitations: > - cannot work on a non-clean workspace > - environment variables are not documented > - no compilation log in case of failure > - return success even it abi is incompatible > > This patch addresses these issues and rework the code. > > Signed-off-by: Olivier Matz > Acked-by: Neil Horman Applied, thanks