X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=devtools%2Flibabigail.abignore;h=bce940f2df51b25bb166a7993256a359b2f033e8;hb=2321e34c23b386c46e4a644682e40214cf59ee4f;hp=986a5277158a360bfc4e230d3c3af285f0b6ed40;hpb=2c32cfdee1c2745ba5d27f398a59177507538418;p=dpdk.git diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore index 986a527715..bce940f2df 100644 --- a/devtools/libabigail.abignore +++ b/devtools/libabigail.abignore @@ -8,24 +8,25 @@ [suppress_variable] symbol_version = INTERNAL +; Ignore generated PMD information strings +[suppress_variable] + name_regexp = _pmd_info$ + ; Explicit ignore for driver-only ABI +[suppress_function] + name_regexp = rte_vdev_(|un)register + +; Ignore fields inserted in cacheline boundary of rte_cryptodev [suppress_type] - name = rte_cryptodev_ops -; Ignore this enum update as it is part of an experimental API -[suppress_type] - type_kind = enum - name = rte_crypto_asym_xform_type - changed_enumerators = RTE_CRYPTO_ASYM_XFORM_TYPE_LIST_END -; Ignore updates of ring prod/cons -[suppress_type] - type_kind = struct - name = rte_ring + name = rte_cryptodev + has_data_member_inserted_between = {offset_after(attached), end} + +; Ignore fields inserted in union boundary of rte_cryptodev_symmetric_capability [suppress_type] - type_kind = struct - name = rte_event_ring -; Ignore ethdev event enum update because new event cannot be -; received if not registered + name = rte_cryptodev_symmetric_capability + has_data_member_inserted_between = {offset_after(cipher.iv_size), end} + +; Ignore fields inserted in middle padding of rte_crypto_cipher_xform [suppress_type] - type_kind = enum - name = rte_eth_event_type - changed_enumerators = RTE_ETH_EVENT_MAX + name = rte_crypto_cipher_xform + has_data_member_inserted_between = {offset_after(key), offset_of(iv)}