summaryrefslogtreecommitdiff
path: root/lib/dpdk.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dpdk.c')
-rw-r--r--lib/dpdk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dpdk.c b/lib/dpdk.c
index 8807de54a..9de2af58e 100644
--- a/lib/dpdk.c
+++ b/lib/dpdk.c
@@ -706,6 +706,7 @@ dpdk_get_cpu_has_isa(const char *arch, const char *feature)
#if __x86_64__
/* CPU flags only defined for the architecture that support it. */
CHECK_CPU_FEATURE(feature, "avx512f", RTE_CPUFLAG_AVX512F);
+ CHECK_CPU_FEATURE(feature, "avx512vpopcntdq", RTE_CPUFLAG_AVX512VPOPCNTDQ);
CHECK_CPU_FEATURE(feature, "bmi2", RTE_CPUFLAG_BMI2);
#endif