From patchwork Thu Nov 23 08:58:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 134554 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 275B7433A3; Thu, 23 Nov 2023 09:58:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ED8B8402A6; Thu, 23 Nov 2023 09:58:36 +0100 (CET) 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 6F6DE4026B for ; Thu, 23 Nov 2023 09:58:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1700729914; 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: content-transfer-encoding:content-transfer-encoding; bh=2qSzV4453LyHd2mC6kjA2ScJraSlDUBDMtD85Wrygus=; b=jSmZQFONiHArr3sFqpWP7bLgiwFAJI+vDcVfn9w9Qxu5gYPR3tkiPCa5c5hK5r+tgsBTza PAV0VpTrojDpLf3Al5T1hPagPhISdzp3oFeLitFTWxtyAYpaljuCWVYacrUDD2D3CmEd/L txigPD5JffU8m5sJf76ChZvj7LqYLjw= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-634-pSA0StoeMeqJ5MfornF81A-1; Thu, 23 Nov 2023 03:58:31 -0500 X-MC-Unique: pSA0StoeMeqJ5MfornF81A-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6CBF03C00203; Thu, 23 Nov 2023 08:58:31 +0000 (UTC) Received: from dmarchan.redhat.com (unknown [10.45.226.112]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6944E2026D4C; Thu, 23 Nov 2023 08:58:30 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: thomas@monjalon.net, Stephen Hemminger , Maxime Coquelin Subject: [PATCH 1/2] devtools: remove ABI exception for baseband FFT Date: Thu, 23 Nov 2023 09:58:22 +0100 Message-ID: <20231123085823.2218091-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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 Those API are now stable. Fixes: c96b519bd1c3 ("bbdev: promote some functions as stable") Signed-off-by: David Marchand Reviewed-by: Maxime Coquelin --- devtools/libabigail.abignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore index 325f34e0b6..3ff51509de 100644 --- a/devtools/libabigail.abignore +++ b/devtools/libabigail.abignore @@ -37,10 +37,6 @@ type_kind = enum changed_enumerators = RTE_CRYPTO_ASYM_XFORM_ECPM, RTE_CRYPTO_ASYM_XFORM_TYPE_LIST_END -; Ignore changes to bbdev FFT API which is experimental -[suppress_type] - name = rte_bbdev_fft_op - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Temporary exceptions till next major ABI version ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;