From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1C3E920F41; Tue, 7 Nov 2017 18:24:04 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 07 Nov 2017 18:24:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=hfAmJ8ZX0BNgqB5nwjrRo1feea yD4/+fLQE+pMQBwmU=; b=OFFBNqG2tOjZNMc9HNLbcW1yawfsCbkPkzX6PTSndg B0TqVVuEteGzob7NrYZqcsjYukyCpKDMMvb6kDr6DRk3xJjiEtG9MxJ1Q8xOnEB2 0GebfRtVo7hSZB3W8UJ8bJr4PS8PHlUhgCpYDblNPYMc9p193MWSQTZNb9PAIypY U= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=hfAmJ8 ZX0BNgqB5nwjrRo1feeayD4/+fLQE+pMQBwmU=; b=qofJR/i5kHll7G3/E/hkTu UwFMFX6g1q6ZAqvZU63v94CEqyOKK8U/94xle3EJXCSacYdBNzRS10J0S65vd/q9 /AeZzmnlQ/na0Vp6Rvdf3YUv7ZhHSULgvaa6N5yYL9neqD1UPpA1SopSQZZn7RpE Uu56YlSOxOyG+c4CmbTNitOAVk+xUGLVwn//FQNii7pJBqZroSrh7huIjcib4AZf CLDI2wuo83mBStcOaaXVWEcl9f9fobWBZ3tDpv4HcA2WlGcBOmqFfLuRCxV2dyQd uQuko9AgBqc4dLGIQOTuWZNtUF5lNH0yqDB5m+c5FVbroDb7jbOTU4xXJkoKqc2A == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C72D57FAD4; Tue, 7 Nov 2017 18:24:03 -0500 (EST) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, nhorman@tuxdriver.com, bruce.richardson@intel.com Date: Wed, 08 Nov 2017 00:24:02 +0100 Message-ID: <3700218.3HED4nOBbH@xps> In-Reply-To: <20171005075327.21678-1-olivier.matz@6wind.com> References: <20170920091253.15794-1-olivier.matz@6wind.com> <20171005075327.21678-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5] devtools: rework abi checker script X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2017 23:24:04 -0000 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