devtools: skip removed DLB driver in ABI check
authorThomas Monjalon <thomas@monjalon.net>
Tue, 13 Apr 2021 08:29:37 +0000 (10:29 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 13 Apr 2021 09:25:56 +0000 (11:25 +0200)
commit4113ddd45293d7b26ff4033bfd86cef03d29124f
tree997db685367f1d07fbecb22f4ceae025d71d8d20
parent340d22cdd14802de3f80859a940dfa178b0de7ca
devtools: skip removed DLB driver in ABI check

The eventdev driver DLB was removed in DPDK 21.05,
breaking the ABI check.
The exception was agreed so we just need to skip this check.

Note: complete removal of a driver cannot be ignored
in devtools/libabigail.abignore, so the script must be patched.

Fixes: 698fa829415d ("event/dlb: remove driver")

Reported-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: David Marchand <david.marchand@redhat.com>
devtools/check-abi.sh