]> git.droids-corp.org - dpdk.git/blobdiff - devtools/check-abi.sh
net/bnxt: avoid hard coded values when reading counters
[dpdk.git] / devtools / check-abi.sh
index dd9120e69e151d0de8bc4f933fb7ab7184a40363..e17fedbd9f5fd72ea4fb30797792315377731dbb 100755 (executable)
@@ -44,11 +44,6 @@ for dump in $(find $refdir -name "*.dump"); do
                echo "Skipped glue library $name."
                continue
        fi
-       # skip experimental libraries, with a sover starting with 0.
-       if grep -qE "\<soname='[^']*\.so\.0\.[^']*'" $dump; then
-               echo "Skipped experimental library $name."
-               continue
-       fi
        dump2=$(find $newdir -name $name)
        if [ -z "$dump2" ] || [ ! -e "$dump2" ]; then
                echo "Error: can't find $name in $newdir"