]> git.droids-corp.org - dpdk.git/blobdiff - devtools/check-abi.sh
net/mlx5: support yellow meter action in hierarchy
[dpdk.git] / devtools / check-abi.sh
index 64e148070d03b3112ed771777771e8bd8044fa87..d465c8cee0cb61c609c014960cccf0ff35047764 100755 (executable)
@@ -37,7 +37,7 @@ fi
 error=
 for dump in $(find $refdir -name "*.dump"); do
        name=$(basename $dump)
-       if grep -qE "\<librte_*.*_octeontx2" $dump; then
+       if grep -qE '\<librte_*(.*_octeontx2|raw_dpaa2_qdma)' $dump; then
                echo "Skipped removed driver $name."
                continue
        fi