Update the ignore entry for crytodev to use named fields instead of bit positions.
Fixes: 1c3ffb9559 Signed-off-by: Ray Kinsella <m...@ashroe.eu> --- devtools/libabigail.abignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore index 1dc84fa74b..1f17fbed58 100644 --- a/devtools/libabigail.abignore +++ b/devtools/libabigail.abignore @@ -15,4 +15,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.26.2