diff options
Diffstat (limited to 'config/common_base')
-rw-r--r-- | config/common_base | 8 |
1 files changed, 8 insertions, 0 deletions
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="" |