[dpdk-dev] [PATCH 20.11 5/7] app/acl: add AVX512 classify support

Konstantin Ananyev konstantin.ananyev at intel.com
Fri Aug 7 18:28:27 CEST 2020


Add ability to use AVX512 classify method.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
---
 app/test-acl/main.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app/test-acl/main.c b/app/test-acl/main.c
index d9b65517c..19b714335 100644
--- a/app/test-acl/main.c
+++ b/app/test-acl/main.c
@@ -81,6 +81,10 @@ static const struct acl_alg acl_alg[] = {
 		.name = "altivec",
 		.alg = RTE_ACL_CLASSIFY_ALTIVEC,
 	},
+	{
+		.name = "avx512",
+		.alg = RTE_ACL_CLASSIFY_AVX512,
+	},
 };
 
 static struct {
-- 
2.17.1



More information about the dev mailing list