From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1F564A0546; Wed, 15 Jul 2020 14:49:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B4E7D1BEB2; Wed, 15 Jul 2020 14:49:03 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 085D21BE0C for ; Wed, 15 Jul 2020 14:49:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594817342; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=x2i0hSXyc5PL6IrF/kNv1trqiIz9yRI1AB97Z3n8w10=; b=CRduYUmdmT43Rl+aWIBOtWl6gktxTT8tfVP01bp7s+JgN3lKODpamYke74C34H2i7lOtrL nd2A6gx9NzmLgQQACaa+cPdtKp691PuUtYbLmycSCKGGu4nayHd+3oE8Y7+Gu2aJnMnqM4 MXO3jKoXrxy2dmc0tIl4CnkkrbCFKxU= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-36-OcRAaXjCN1SoYncxDHwe2w-1; Wed, 15 Jul 2020 08:48:58 -0400 X-MC-Unique: OcRAaXjCN1SoYncxDHwe2w-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A16121B2C985; Wed, 15 Jul 2020 12:48:57 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-117-20.rdu2.redhat.com [10.10.117.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B00F060BF4; Wed, 15 Jul 2020 12:48:50 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net, mdr@ashroe.eu, nhorman@tuxdriver.com, dodji@redhat.com References: <20200708102212.3311-1-david.marchand@redhat.com> <20200715121505.3949-1-david.marchand@redhat.com> Date: Wed, 15 Jul 2020 08:48:49 -0400 In-Reply-To: <20200715121505.3949-1-david.marchand@redhat.com> (David Marchand's message of "Wed, 15 Jul 2020 14:15:05 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Subject: Re: [dpdk-dev] [PATCH v2] devtools: give some hints for ABI errors 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" David Marchand writes: > abidiff can provide some more information about the ABI difference it > detected. > In all cases, a discussion on the mailing must happen but we can give > some hints to know if this is a problem with the script calling abidiff, > a potential ABI breakage or an unambiguous ABI breakage. > > Signed-off-by: David Marchand > Acked-by: Ray Kinsella > Acked-by: Neil Horman > --- > Changes since v1: > - used arithmetic test, > - updated error message for generic errors, > Acked-by: Aaron Conole