From e6672d2f0f8801b4dfdc337d65d1dd8c97ea3268 Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Fri, 28 Apr 2017 17:21:13 +0100 Subject: [PATCH] net/ixgbe: enable ixgbe vector PMD for i686 The ixgbe vector PMD was disabled for i686 unnecessarily. Enable it. Signed-off-by: Bruce Richardson --- 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 9847bdb6c7..60afe15972 100644 --- a/config/defconfig_i686-native-linuxapp-gcc +++ b/config/defconfig_i686-native-linuxapp-gcc @@ -46,11 +46,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 # -- 2.20.1