The ixgbe vector PMD was disabled for i686 unnecessarily. Enable it. Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> --- config/defconfig_i686-native-linuxapp-gcc | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/config/defconfig_i686-native-linuxapp-gcc b/config/defconfig_i686-native-linuxapp-gcc index 9847bdb..60afe15 100644 --- a/config/defconfig_i686-native-linuxapp-gcc +++ b/config/defconfig_i686-native-linuxapp-gcc @@ -47,11 +47,6 @@ CONFIG_RTE_TOOLCHAIN_GCC=y CONFIG_RTE_LIBRTE_KNI=n # -# Vectorized PMD is not supported on 32-bit -# -CONFIG_RTE_IXGBE_INC_VECTOR=n - -# # Solarflare PMD is not supported on 32-bit # CONFIG_RTE_LIBRTE_SFC_EFX_PMD=n -- 2.9.3