[PATCH 2/2] devtools: remove ABI exception for crypto asym operations
    David Marchand 
    david.marchand at redhat.com
       
    Thu Nov 23 09:58:23 CET 2023
    
    
  
Those API are now stable.
Fixes: 79a4c2cda131 ("cryptodev: promote some functions as stable")
Signed-off-by: David Marchand <david.marchand at redhat.com>
---
 devtools/libabigail.abignore | 7 -------
 1 file changed, 7 deletions(-)
diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore
index 3ff51509de..21b8cd6113 100644
--- a/devtools/libabigail.abignore
+++ b/devtools/libabigail.abignore
@@ -30,13 +30,6 @@
 ; Experimental APIs exceptions ;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-; Ignore changes to asymmetric crypto API which is experimental
-[suppress_type]
-        name = rte_crypto_asym_op
-[suppress_type]
-        type_kind = enum
-        changed_enumerators = RTE_CRYPTO_ASYM_XFORM_ECPM, RTE_CRYPTO_ASYM_XFORM_TYPE_LIST_END
-
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Temporary exceptions till next major ABI version ;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-- 
2.41.0
    
    
More information about the dev
mailing list