]> git.droids-corp.org - dpdk.git/commitdiff
devtools: remove event/dlb exception in ABI check
authorDavid Marchand <david.marchand@redhat.com>
Tue, 1 Mar 2022 16:54:03 +0000 (17:54 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 8 Mar 2022 13:59:10 +0000 (14:59 +0100)
The event/dlb driver exception can be removed, as this rule made sense
for changes in DPDK_21 ABI and is obsolete for DPDK_22.

Fixes: fdab8f2e1749 ("version: 21.11-rc0")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
devtools/check-abi.sh

index 675f10142ed8a3efdd4dfff767116514f2c898aa..033f6252d00be80ff9bfb95dd6c30fddae413b8e 100755 (executable)
@@ -44,10 +44,6 @@ for dump in $(find $refdir -name "*.dump"); do
                echo "Skipped glue library $name."
                continue
        fi
-       if grep -qE "\<soname='librte_event_dlb\.so" $dump; then
-               echo "Skipped removed driver $name."
-               continue
-       fi
        if grep -qE "\<librte_*.*_octeontx2" $dump; then
                echo "Skipped removed driver $name."
                continue