net/ice/base: expose link configuration error
[dpdk.git] / app / test-acl / main.c
index f9985b1..2cb2fe2 100644 (file)
@@ -85,6 +85,10 @@ static const struct acl_alg acl_alg[] = {
                .name = "avx512x16",
                .alg = RTE_ACL_CLASSIFY_AVX512X16,
        },
+       {
+               .name = "avx512x32",
+               .alg = RTE_ACL_CLASSIFY_AVX512X32,
+       },
 };
 
 static struct {
@@ -1094,7 +1098,7 @@ main(int argc, char **argv)
        if (config.trace_file != NULL)
                tracef_init();
 
-       RTE_LCORE_FOREACH_SLAVE(lcore)
+       RTE_LCORE_FOREACH_WORKER(lcore)
                 rte_eal_remote_launch(search_ip5tuples, NULL, lcore);
 
        search_ip5tuples(NULL);