X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=devtools%2Flibabigail.abignore;h=301b3dacb877b563875ef678196f64612d69a1ea;hb=0777921a61f31eee9282a633c08272e259314bb8;hp=93158405e0ef9003ca8ae44a105ca70ee57be51f;hpb=02edbfab1e7d3dd573192428e37b813dd719f215;p=dpdk.git diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore index 93158405e0..301b3dacb8 100644 --- a/devtools/libabigail.abignore +++ b/devtools/libabigail.abignore @@ -12,43 +12,15 @@ [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 - has_data_member_inserted_between = {offset_after(attached), end} - -; Ignore fields inserted in union boundary of rte_cryptodev_symmetric_capability -[suppress_type] - 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 +; Ignore fields inserted in place of reserved_opts of rte_security_ipsec_sa_options [suppress_type] - name = rte_crypto_cipher_xform - has_data_member_inserted_between = {offset_after(key), offset_of(iv)} + name = rte_security_ipsec_sa_options + has_data_member_inserted_between = {offset_of(reserved_opts), end} -; Ignore fields inserted in place of reserved fields of rte_eventdev +; Ignore changes to rte_crypto_asym_op, asymmetric crypto API is experimental [suppress_type] - name = rte_eventdev - has_data_member_inserted_between = {offset_after(attached), end} + name = rte_crypto_asym_op -; Ignore fields inserted in alignment hole of rte_eth_rxq_info -[suppress_type] - name = rte_eth_rxq_info - has_data_member_inserted_at = offset_after(scattered_rx) - -; Ignore fields inserted in cacheline boundary of rte_eth_txq_info -[suppress_type] - name = rte_eth_txq_info - has_data_member_inserted_between = {offset_after(nb_desc), end} - -; Ignore all changes to rte_eth_dev_data -; Note: we only cared about dev_configured bit addition, but libabigail -; seems to wrongly compute bitfields offset. -; https://sourceware.org/bugzilla/show_bug.cgi?id=28060 -[suppress_type] - name = rte_eth_dev_data +; Ignore changes in common mlx5 driver, should be all internal +[suppress_file] + soname_regexp = ^librte_common_mlx5\.