Imported Upstream version 16.11
[deb_dpdk.git] / app / test-acl / main.c
index d366981..1b2b176 100644 (file)
@@ -105,6 +105,10 @@ static const struct acl_alg acl_alg[] = {
                .name = "neon",
                .alg = RTE_ACL_CLASSIFY_NEON,
        },
+       {
+               .name = "altivec",
+               .alg = RTE_ACL_CLASSIFY_ALTIVEC,
+       },
 };
 
 static struct {