[dpdk-dev] net/ixgbe: enable vector PMD for icc 32 bits

Message ID 20180417133904.22649-1-pablo.de.lara.guarch@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

De Lara Guarch, Pablo April 17, 2018, 1:39 p.m. UTC
  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 <pablo.de.lara.guarch@intel.com>
---
 config/defconfig_i686-native-linuxapp-icc | 5 -----
 1 file changed, 5 deletions(-)
  

Comments

Ferruh Yigit April 18, 2018, 6:06 p.m. UTC | #1
On 4/17/2018 2:39 PM, Pablo de Lara wrote:
> 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 <pablo.de.lara.guarch@intel.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
  
Ferruh Yigit April 18, 2018, 6:07 p.m. UTC | #2
On 4/18/2018 7:06 PM, Ferruh Yigit wrote:
> On 4/17/2018 2:39 PM, Pablo de Lara wrote:
>> 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 <pablo.de.lara.guarch@intel.com>
> 
> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied to dpdk-next-net/master, thanks.
  

Patch

diff --git a/config/defconfig_i686-native-linuxapp-icc b/config/defconfig_i686-native-linuxapp-icc
index f096e226c..016c73f30 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
 #