[dpdk-dev] [PATCH v7 4/6] devtools: ignore internal ABI check
Haiyue Wang
haiyue.wang at intel.com
Sat Apr 25 12:56:18 CEST 2020
Ignore the internal version ABI check, this kind of ABI is used only
by drivers and libraries.
Signed-off-by: Haiyue Wang <haiyue.wang at intel.com>
---
devtools/libabigail.abignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore
index 1911890a7..986a52771 100644
--- a/devtools/libabigail.abignore
+++ b/devtools/libabigail.abignore
@@ -3,6 +3,11 @@
[suppress_variable]
symbol_version = EXPERIMENTAL
+[suppress_function]
+ symbol_version = INTERNAL
+[suppress_variable]
+ symbol_version = INTERNAL
+
; Explicit ignore for driver-only ABI
[suppress_type]
name = rte_cryptodev_ops
--
2.26.2
More information about the dev
mailing list