[dpdk-stable] patch 'net/ixgbe: enable vector PMD for icc 32 bits'	has been queued to stable release 18.02.2
    luca.boccassi at gmail.com 
    luca.boccassi at gmail.com
       
    Mon Apr 30 16:53:34 CEST 2018
    
    
  
Hi,
FYI, your patch has been queued to stable release 18.02.2
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/02/18. So please
shout if anyone has objections.
Thanks.
Luca Boccassi
---
>From 9a981b6d2372db8f294df3f4c63af1764effea1b Mon Sep 17 00:00:00 2001
From: Pablo de Lara <pablo.de.lara.guarch at intel.com>
Date: Tue, 17 Apr 2018 14:39:04 +0100
Subject: [PATCH] net/ixgbe: enable vector PMD for icc 32 bits
[ upstream commit 7bd0994f0127a24860dc3bc03d60b37612d3ecf0 ]
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")
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
---
 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 144ba0ae4..78706f80d 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.14.2
    
    
More information about the stable
mailing list