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:
parent
23738dadf3
commit
7bd0994f01
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user