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 957F0A00C5; Tue, 19 Jul 2022 12:38:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 36A8540A87; Tue, 19 Jul 2022 12:38:38 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 4D3D84069F for ; Tue, 19 Jul 2022 12:38:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1658227115; 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=xWdKdTfakGrZPoitOiq8wapDV/9KZAq75Dl2jA/Jptc=; b=BHzk9e1D+dfdAba8D2/SVDfKgXnEaS12cOi/1AtdvtVQY4Kzqi7sZqAZ4Ug1TMZZVaI4eL xrLrtxyVUV+jLd44ySXddYOvFjmbxNc+ofa9xM+5j/ZchY5an0qT/479Dy9gUEVxHIiVHO QGRaS4avA7fdPLd1YbBB5KqKp3Ie39A= Received: from mail-lj1-f200.google.com (mail-lj1-f200.google.com [209.85.208.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-364-CJdTS9tbPcaK2rw7hWgnsQ-1; Tue, 19 Jul 2022 06:38:29 -0400 X-MC-Unique: CJdTS9tbPcaK2rw7hWgnsQ-1 Received: by mail-lj1-f200.google.com with SMTP id z23-20020a2e9b97000000b0025d7496a2f2so2511986lji.15 for ; Tue, 19 Jul 2022 03:38:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xWdKdTfakGrZPoitOiq8wapDV/9KZAq75Dl2jA/Jptc=; b=qwLRyJUaT59juzTtbiW4AMRB1HOfrgVxl+Wl+64fSdRglsFj2BzJGtgjcdW00646Ug HAbncMcFIwo2Ce/ytCbtPvGcxLVUah0ya/rzeteV9p2E9w1guW/HzFHTXGI1pK1EwEZT zUdE7Z5i11WqnoJTV63xJ5aMgtAIy3G3+iTvwktwhrUvNCOPzcFmf3BE5K74Ut6x4z+/ JqoP38Rvw87h/+jnUJ9huEYVxtSfxSX8a2HNOebezIpHjrxeLetiiT3RpFMHGHKjaIFN RuIl59n6wQ6cZVMwQ+Z/Tdeiwmw/TrdM8AerGbjp1wnuVI2jmYTA3q2MwvtGSTQ5uKmq cZog== X-Gm-Message-State: AJIora/l7JRwQ/TUKWnJRSt8/RxqEC41E8a6teL2T8B+8kAvewLKExJa c79X9j0oUbbLpDvhjZw36veFsRvwwAXkvX8idcYBDlIaRtucbioPox3ODj+0RrS1XSAZozSOa1s eUza50NyZQCYEeTLLfOc= X-Received: by 2002:a05:6512:324a:b0:486:a915:7b70 with SMTP id c10-20020a056512324a00b00486a9157b70mr15697536lfr.265.1658227107648; Tue, 19 Jul 2022 03:38:27 -0700 (PDT) X-Google-Smtp-Source: AGRyM1u2fET5GVkNc7pJWaP/1O+cQCNtsZz8qL4Fj9qcDrF/LUqyBkGkc99wXM+BRX74ZTXVSQ5j+uoEQpNcsK7HZdE= X-Received: by 2002:a05:6512:324a:b0:486:a915:7b70 with SMTP id c10-20020a056512324a00b00486a9157b70mr15697519lfr.265.1658227107455; Tue, 19 Jul 2022 03:38:27 -0700 (PDT) MIME-Version: 1.0 References: <20220718100909.2299331-1-david.marchand@redhat.com> In-Reply-To: <20220718100909.2299331-1-david.marchand@redhat.com> From: David Marchand Date: Tue, 19 Jul 2022 12:38:16 +0200 Message-ID: Subject: Re: [PATCH] version: 22.11-rc0 To: dev , Thomas Monjalon Cc: Aaron Conole , Michael Santana , Ray Kinsella 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" 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 On Mon, Jul 18, 2022 at 12:10 PM David Marchand wrote: > diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore > index 8c8c648895..ded20032d4 100644 > --- a/devtools/libabigail.abignore > +++ b/devtools/libabigail.abignore > @@ -31,43 +31,8 @@ > type_kind = enum > changed_enumerators = RTE_CRYPTO_ASYM_XFORM_ECPM, RTE_CRYPTO_ASYM_XFORM_TYPE_LIST_END > > -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > -; Temporary exceptions till next major ABI version ; > -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > +; Temporary exceptions till next major ABI version ; > +; NOTE: there may be some removed libaries or drivers in check-abi.sh ; Typo for libraries*. This can be fixed when applying. > +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > > -; Ignore ethdev event enum update > -; because new event cannot be received if not registered > -[suppress_type] > - type_kind = enum > - changed_enumerators = RTE_ETH_EVENT_MAX > - > -; Ignore fields inserted in cacheline boundary of rte_eth_rxq_info [snip] -- David Marchand