[1/2] devtools: remove ABI exception for baseband FFT

Message ID 20231123085823.2218091-1-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series [1/2] devtools: remove ABI exception for baseband FFT |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

David Marchand Nov. 23, 2023, 8:58 a.m. UTC
  Those API are now stable.

Fixes: c96b519bd1c3 ("bbdev: promote some functions as stable")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 devtools/libabigail.abignore | 4 ----
 1 file changed, 4 deletions(-)
  

Comments

Maxime Coquelin Nov. 23, 2023, 9:36 a.m. UTC | #1
On 11/23/23 09:58, David Marchand wrote:
> Those API are now stable.
> 
> Fixes: c96b519bd1c3 ("bbdev: promote some functions as stable")
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
>   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 ;
>   ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks,
Maxime
  

Patch

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 ;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;