From 4113ddd45293d7b26ff4033bfd86cef03d29124f Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Tue, 13 Apr 2021 10:29:37 +0200 Subject: [PATCH] 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 Signed-off-by: Thomas Monjalon Reviewed-by: David Marchand --- devtools/check-abi.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devtools/check-abi.sh b/devtools/check-abi.sh index 9835e346da..ca523eb94c 100755 --- a/devtools/check-abi.sh +++ b/devtools/check-abi.sh @@ -44,6 +44,10 @@ for dump in $(find $refdir -name "*.dump"); do echo "Skipped glue library $name." continue fi + if grep -qE "\&2 -- 2.20.1