tile: fix build
[dpdk.git] / app / test / test_table_acl.c
index fe8e545..b3bfda4 100644 (file)
@@ -702,7 +702,8 @@ test_pipeline_single_filter(int expected_count)
        }
 
        /* Run pipeline once */
-       rte_pipeline_run(p);
+       for (i = 0; i< N_PORTS; i++)
+               rte_pipeline_run(p);
 
        rte_pipeline_flush(p);
 
@@ -745,7 +746,7 @@ fail:
 }
 
 int
-test_table_ACL(void)
+test_table_acl(void)
 {