eal/memory: fix unused SIGBUS handler
[dpdk.git] / devtools / parse-flow-support.sh
index aeed76e..8462abe 100755 (executable)
@@ -22,7 +22,7 @@ exclude() # <pattern>
        case $(basename $dir) in
                bnxt)
                        filter=$(sed -n "/$1/{N;/TYPE_NOT_SUPPORTED/P;}" \
-                               $dir/tf_ulp/ulp_template_db{,_tbl}.c |
+                               $dir/tf_ulp/ulp_rte_handler_tbl.c |
                                grep -wo "$1[[:alnum:]_]*" | sort -u |
                                tr '\n' '|' | sed 's,.$,\n,')
                        grep -vE "$filter";;