From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 95EE1A0524; Tue, 13 Apr 2021 11:15:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7A9E5160D37; Tue, 13 Apr 2021 11:15:52 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 4122F160D36 for ; Tue, 13 Apr 2021 11:15:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618305350; 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=qf3jLJaemWstoc4ZZ5Pr1q1Mz7tF7PATBwsPG35nCu8=; b=AYIczRtsNrTOLECVk05SljNGYzEem9E6Eq03tfrw/QIE4NSjwuJENjmiirWNKuynLlLkVG YReapE44YRwjfs5o4Z5ysUyiXVD84khsbZ75Rx8h/gffecglAhC3MLZdff4Pj9SivVkBkQ 8A5J6mWDAvC6tBULltpRz/1N0dMPj/E= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-215-VR_T3vBhMy64fOQbUFbLDw-1; Tue, 13 Apr 2021 05:15:47 -0400 X-MC-Unique: VR_T3vBhMy64fOQbUFbLDw-1 Received: by mail-vs1-f70.google.com with SMTP id l27-20020a67d51b0000b02901fd5f28b2b3so903346vsj.23 for ; Tue, 13 Apr 2021 02:15:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qf3jLJaemWstoc4ZZ5Pr1q1Mz7tF7PATBwsPG35nCu8=; b=OOxXbYeTxpW7ym4NLGaBOGP/KINeMWAPOksLYdUb8/Ebackutjo7IvQ8TbcW+Q3ES0 Gn+OziyRF1TyI7UtEjIY/sxz9GGFagT8PRZON0q4J2hXkFVI924lVB8ga0xNj/zB/PgA 8PG/qp6WG7+YuFJTRmler1R7jjDARjuY4cg+sa8XhGXyuQqKOtTXJP78JlbkVl5QRx83 qhC2ZWtXRPzEKoyC+GTTc5NYMMNXy1zLH9/MLmv43Jum+rHNKRo//UCxL+Y2QxWlv8Mr UYAVQ4ZL4fUtUzjwOMV8G0C9pne6Gw7DcFwKVz5mHsfTlg1oWfPCnUkD8lqzJiQkwv/O uMng== X-Gm-Message-State: AOAM530KX2CG3jrDeWd9x4sOftl0h0OUgAIzl7Ahq7TWJTFr9xUJLtj2 gbr16Ex2oRH7yMmz7GH/zYuBMLQr+30zwLWavNU+ZJm3L4HIaBcduoqiMJ2Kr31MvSUbpYdoC8U F0vDvp1/MILmPmP+z7u0= X-Received: by 2002:a67:e317:: with SMTP id j23mr6357344vsf.17.1618305347028; Tue, 13 Apr 2021 02:15:47 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx0f+/oFq2UzX9nn8uZLyx2hcsMXIUBfQWoh/xoCqyi5aDPeLaGuvEb8ULqT8gcUHjzO/+bLqENDrT1sdfeQ5c= X-Received: by 2002:a67:e317:: with SMTP id j23mr6357336vsf.17.1618305346807; Tue, 13 Apr 2021 02:15:46 -0700 (PDT) MIME-Version: 1.0 References: <20210413084525.3057669-1-thomas@monjalon.net> In-Reply-To: <20210413084525.3057669-1-thomas@monjalon.net> From: David Marchand Date: Tue, 13 Apr 2021 11:15:35 +0200 Message-ID: To: Thomas Monjalon Cc: dev , Jerin Jacob Kollanukkaran , Ray Kinsella , Neil Horman , Timothy McDaniel Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] devtools: skip removed DLB driver in ABI check X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On Tue, Apr 13, 2021 at 10:45 AM Thomas Monjalon wrote: > > The eventdev driver DLB was removed in DPDK 21.05, > breaking the ABI check. > The exception was agreed so we just need to skip this check. > > Note: complete removal of a driver cannot be ignored > in devtools/libabigail.abignore, so the script must be patched. Indeed, abidiff wants to compare two shared libraries/dumps. In this situation, we don't have a second library/dump. > > Fixes: 698fa829415d ("event/dlb: remove driver") > > Reported-by: David Marchand > Signed-off-by: Thomas Monjalon Reviewed-by: David Marchand -- David Marchand