From: Ray Kinsella Date: Wed, 20 Jan 2021 14:25:57 +0000 (+0000) Subject: devtools: fix cryptodev ABI suppress rule X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=78d3dd3e6f5c1a1c01b1761a227f3fb29dba2f59;p=dpdk.git devtools: fix cryptodev ABI suppress rule Update the ignore entry for crytodev to use named fields instead of bit positions. It is allowing changes between the last field (attached) in ABI 21.0, and the end of the padded struct in ABI 21. Fixes: 1c3ffb95595e ("cryptodev: add enqueue and dequeue callbacks") Signed-off-by: Ray Kinsella Acked-by: Thomas Monjalon --- diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore index 0b5e3f3387..9e06bbed92 100644 --- a/devtools/libabigail.abignore +++ b/devtools/libabigail.abignore @@ -19,4 +19,4 @@ ; Ignore fields inserted in cacheline boundary of rte_cryptodev [suppress_type] name = rte_cryptodev - has_data_member_inserted_between = {0, 1023} + has_data_member_inserted_between = {offset_after(attached), end} \ No newline at end of file