X-Git-Url: https://gerrit.fd.io/r/gitweb?p=deb_dpdk.git;a=blobdiff_plain;f=config%2Fcommon_base;h=4f448068209bb66af994f112dd10220b6fac9644;hp=802fb5e320f5a7db09c26f422728a37d6ba1f6d3;hb=f7a9461e29147c47ce2bb81bd157ac1833cf5eb1;hpb=8e6d9d118f6105a3627b64a7949e1fb0b145879e diff --git a/config/common_base b/config/common_base index 802fb5e3..4f448068 100644 --- a/config/common_base +++ b/config/common_base @@ -98,6 +98,14 @@ CONFIG_RTE_EAL_VFIO=n CONFIG_RTE_MALLOC_DEBUG=n CONFIG_RTE_USE_LIBBSD=n +# +# Recognize/ignore the AVX/AVX512 CPU flags for performance/power testing. +# AVX512 is marked as experimental for now, will enable it after enough +# field test and possible optimization. +# +CONFIG_RTE_ENABLE_AVX=y +CONFIG_RTE_ENABLE_AVX512=n + # Default driver path (or "" to disable) CONFIG_RTE_EAL_PMD_PATH=""