net/bnxt: avoid hard coded values when reading counters
[dpdk.git] / devtools / check-abi.sh
index dd9120e..e17fedb 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"