From 78d3dd3e6f5c1a1c01b1761a227f3fb29dba2f59 Mon Sep 17 00:00:00 2001 From: Ray Kinsella Date: Wed, 20 Jan 2021 14:25:57 +0000 Subject: [PATCH] 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 --- devtools/libabigail.abignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1