]> git.droids-corp.org - dpdk.git/blobdiff - app/test-acl/main.c
acl: add NEON optimization for ARMv8
[dpdk.git] / app / test-acl / main.c
index 72ce83cbabcbdee793bf6983dd2cc3abc522dcf8..0b0c093c423904445809fb3ed65bf1086ae2e62b 100644 (file)
@@ -101,6 +101,10 @@ static const struct acl_alg acl_alg[] = {
                .name = "avx2",
                .alg = RTE_ACL_CLASSIFY_AVX2,
        },
+       {
+               .name = "neon",
+               .alg = RTE_ACL_CLASSIFY_NEON,
+       },
 };
 
 static struct {