On Tue, Apr 13, 2021 at 10:45 AM Thomas Monjalon <tho...@monjalon.net> wrote: > > 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.
Indeed, abidiff wants to compare two shared libraries/dumps. In this situation, we don't have a second library/dump. > > Fixes: 698fa829415d ("event/dlb: remove driver") > > Reported-by: David Marchand <david.march...@redhat.com> > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> Reviewed-by: David Marchand <david.march...@redhat.com> -- David Marchand