net/ngbe: fix reading M88E1512 PHY mode
[dpdk.git] / devtools / libabigail.abignore
index 5be5c28..ee2909b 100644 (file)
 ; Experimental APIs exceptions ;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-; Ignore changes to rte_crypto_asym_op, asymmetric crypto API is experimental
+; 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 ;
@@ -52,3 +55,7 @@
 ; Ignore visibility fix of local functions in experimental gpudev library
 [suppress_file]
         soname_regexp = ^librte_gpudev\.
+
+; Ignore libabigail false-positive in clang builds, after moving code.
+[suppress_function]
+       name = rte_eal_remote_launch