acl: add 256-bit AVX512 classify method
[dpdk.git] / app / test-acl / main.c
index d9b6551..f9985b1 100644 (file)
@@ -81,6 +81,10 @@ static const struct acl_alg acl_alg[] = {
                .name = "altivec",
                .alg = RTE_ACL_CLASSIFY_ALTIVEC,
        },
+       {
+               .name = "avx512x16",
+               .alg = RTE_ACL_CLASSIFY_AVX512X16,
+       },
 };
 
 static struct {