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>
22 lines
586 B
Plaintext
22 lines
586 B
Plaintext
[suppress_function]
|
|
symbol_version = EXPERIMENTAL
|
|
[suppress_variable]
|
|
symbol_version = EXPERIMENTAL
|
|
|
|
[suppress_function]
|
|
symbol_version = INTERNAL
|
|
[suppress_variable]
|
|
symbol_version = INTERNAL
|
|
|
|
; Ignore generated PMD information strings
|
|
[suppress_variable]
|
|
name_regexp = _pmd_info$
|
|
|
|
; Explicit ignore for driver-only ABI
|
|
[suppress_type]
|
|
name = eth_dev_ops
|
|
|
|
; Ignore fields inserted in cacheline boundary of rte_cryptodev
|
|
[suppress_type]
|
|
name = rte_cryptodev
|
|
has_data_member_inserted_between = {offset_after(attached), end} |