mbuf: add rte prefix to offload flags
[dpdk.git] / devtools / check-abi.sh
index 9835e34..ca523eb 100755 (executable)
@@ -44,6 +44,10 @@ 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
        dump2=$(find $newdir -name $name)
        if [ -z "$dump2" ] || [ ! -e "$dump2" ]; then
                echo "Error: cannot find $name in $newdir" >&2