]> git.droids-corp.org - dpdk.git/blobdiff - devtools/libabigail.abignore
cryptodev: support multiple cipher data-units
[dpdk.git] / devtools / libabigail.abignore
index 6c0b38984e1daac9984772ffdbff7de857f9a024..bce940f2df51b25bb166a7993256a359b2f033e8 100644 (file)
 ; Ignore fields inserted in cacheline boundary of rte_cryptodev
 [suppress_type]
         name = rte_cryptodev
-        has_data_member_inserted_between = {offset_after(attached), end}
\ No newline at end of file
+        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
+[suppress_type]
+        name = rte_crypto_cipher_xform
+        has_data_member_inserted_between = {offset_after(key), offset_of(iv)}