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 <mdr@ashroe.eu> Acked-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
parent
eb0e12c0c2
commit
78d3dd3e6f
@ -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}
|
Loading…
x
Reference in New Issue
Block a user