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: e6672d2f0f ("net/ixgbe: enable ixgbe vector PMD for i686")
Cc: stable@dpdk.org

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
This commit is contained in:
Pablo de Lara 2018-04-17 14:39:04 +01:00 committed by Ferruh Yigit
parent 23738dadf3
commit 7bd0994f01

View File

@ -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
#