]> git.droids-corp.org - dpdk.git/blobdiff - devtools/libabigail.abignore
event/cnxk: add timer stats
[dpdk.git] / devtools / libabigail.abignore
index b216abd9a021ae6d11f6093a10c202e0f4b58f00..bc55c0ae5dad7a135b2a980ed3feb27fded15062 100644 (file)
 [suppress_type]
        name = rte_eventdev
        has_data_member_inserted_between = {offset_after(attached), end}
+
+; 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}