From 7bd0994f0127a24860dc3bc03d60b37612d3ecf0 Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Tue, 17 Apr 2018 14:39:04 +0100 Subject: [PATCH] net/ixgbe: enable vector PMD for icc 32 bits IXGBE vector PMD was re-enabled for 32 bits, but only for gcc. This commit enables it for icc too. Fixes: e6672d2f0f88 ("net/ixgbe: enable ixgbe vector PMD for i686") Cc: stable@dpdk.org Signed-off-by: Pablo de Lara --- config/defconfig_i686-native-linuxapp-icc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/defconfig_i686-native-linuxapp-icc b/config/defconfig_i686-native-linuxapp-icc index f096e226c6..016c73f303 100644 --- a/config/defconfig_i686-native-linuxapp-icc +++ b/config/defconfig_i686-native-linuxapp-icc @@ -17,11 +17,6 @@ CONFIG_RTE_TOOLCHAIN_ICC=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