From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 9A44C10A3 for ; Sun, 6 May 2018 08:37:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 312A8213A3; Sun, 6 May 2018 02:37:57 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 06 May 2018 02:37:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux.org; h=cc:date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=Yi5WzsAQDCshkvweA kI1HRbav7zLj70jYH/hTbdUp2I=; b=ib7HktQoktktADFNR/ITh+ZhBwakKXuOZ TxO7Yca/6TfckRZ1Be+UrkiorToiZCK1MRNoFrDZEHSVDN7DFKg0uqqoIwm5bMbx YaTI0Ky7hU6ee+cDNzgNhYt2/A6pwzlhI72oiL10cDm+8s9udD043rvFRx4d9He2 RuzuamEhobs4XJJWaU9pJW87VMN7MSjApUf8eOIVZCI4ovGX+B3zcQVrLP0PWfhi 2UoblavNBuFmKjJyuHB3goY8MZHNv1Xr8eIiSTEdL1McfZKjhDdOG+pi0/XqcMrm W3yhbClz399GGIsvkIFIwa5AfGdN8qCCRBbGFAfSuuUJ0YtEevH6w== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=Yi5WzsAQDCshkvweAkI1HRbav7zLj70jYH/hTbdUp2I=; b=J3etBIdn hMqjRxmpnLDjlN3+S+YLAwxgOEJXiMXcxi72P0+/kJEkj6olG9sNJOl/On/1/DpM H/cIeLAikUFqFq1BVgEdqC8w+0Oa9emQYcKZ56clEL8PxFFLY9hGw19Hcdebrr+u SBihfMnjwKXccqZLPo3yHeKhJG1X+7UzWgFyZSY7tNZeW3Ve14WiEgYXr1nDZ+Hs 9zBLcSf3JwcRfYniQztY1eTT6eY8H2TByulmQQPWsdBbL6VLwUsR+26GebAHUnMN mn//cBvTaERd3t9LlPzrnrcrMSz5nWbT7Fw3r/Ia7AqjuvQxqZymqd7wWQP749/N pT0Mrt1UyTBPOw== X-ME-Sender: Received: from yuanhanliu-NB0.tencent.com (unknown [223.74.148.102]) by mail.messagingengine.com (Postfix) with ESMTPA id B272810253; Sun, 6 May 2018 02:37:55 -0400 (EDT) From: Yuanhan Liu To: Pablo de Lara Cc: dpdk stable Date: Sun, 6 May 2018 14:36:31 +0800 Message-Id: <20180506063639.23196-18-yliu@fridaylinux.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180506063639.23196-1-yliu@fridaylinux.org> References: <20180506063639.23196-1-yliu@fridaylinux.org> Subject: [dpdk-stable] patch 'net/ixgbe: enable vector PMD for icc 32 bits' has been queued to LTS release 17.11.3 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2018 06:37:57 -0000 Hi, FYI, your patch has been queued to LTS release 17.11.3 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/09/18. So please shout if anyone has objections. Thanks. --yliu --- >>From 8c4193c577f508fb6701bc18624afc99b8b53dfd 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 [ 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 --- 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 269e88e95..46ffb11ed 100644 --- a/config/defconfig_i686-native-linuxapp-icc +++ b/config/defconfig_i686-native-linuxapp-icc @@ -47,11 +47,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 # CONFIG_RTE_LIBRTE_SFC_EFX_PMD=n -- 2.11.0