From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id C3212237 for ; Tue, 21 Nov 2017 14:30:18 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7855520921; Tue, 21 Nov 2017 08:30:18 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 21 Nov 2017 08:30:18 -0500 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=fm1; bh=cUDz671vnaKluzZrl LM7x5OTcuuznew3K9YIgEVAM6I=; b=aWcu4JqSuMW7PmSRuIDyBEgAJabkMIvG6 eCh0cj2eY7F4yppAb+6HQJcj96LxFqNlfZqVRqUdc2AaP0Ln9V3tFMEkK9KlBLPx VCFj1ZoPOvEAHUI1hxGOTqNF93EvPTfOfilCkmQzp9Tm5Rnq5fLMZ4CIMa5GG/Fi NC2lLoFPUInlmWotvHLNODURH1LyW7rv+9aEvWEV+sWokzBGp3lH8Th+Pk336Kbh JAJu/utfwO829ozwuT4lmNFYozds6S9Nvva+yAmmubO/rkkRTII9nfr8M5WXVIKU WxMxFOHySZpQIn7KQWRXKoGqApU2egiRfn0kCGp4D4eG4EbZ7DFww== 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= fm1; bh=cUDz671vnaKluzZrlLM7x5OTcuuznew3K9YIgEVAM6I=; b=RBzl1lMf np2RwViaO0qoLwusBZDxbEk5OjNhyCHmbVgNaBas9nvaRuBjHYqy+/uqYXhx61Ny bLIGSUvAA72hHkh7gcI28JGJVNe6AiEZoLszmNv9hmF9lRGFGF+6wT794BBfM1PY vqaCeENoe2Xd3u1EBmbQrCVezw4hj9qGjhbBsrhIHUepYvZ2aIGFsNzine34vc60 RP7BLVvFjxmeLGQ+lzhkSLtPTzaozVmn9bMVgzXCbi9rFU1qSG3w1kJYxAsyElFH zfO0+TuJj4z2tR1ofE7eU8lKIbvBOEpkmlIYMmV9Q5c4prZEHu+oH7qwvcyn76y1 SwMxtzbELfkQag== X-ME-Sender: Received: from localhost.localdomain (unknown [180.158.62.0]) by mail.messagingengine.com (Postfix) with ESMTPA id C724D24A81; Tue, 21 Nov 2017 08:30:14 -0500 (EST) From: Yuanhan Liu To: Qi Zhang Cc: Beilei Xing , dpdk stable Date: Tue, 21 Nov 2017 21:18:33 +0800 Message-Id: <1511270333-31002-171-git-send-email-yliu@fridaylinux.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1511270333-31002-1-git-send-email-yliu@fridaylinux.org> References: <1511270333-31002-1-git-send-email-yliu@fridaylinux.org> Subject: [dpdk-stable] patch 'net/i40e: fix mirror with firmware 6.0' has been queued to stable release 17.08.1 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: Tue, 21 Nov 2017 13:30:19 -0000 Hi, FYI, your patch has been queued to stable release 17.08.1 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 11/24/17. So please shout if anyone has objections. Thanks. --yliu --- >>From 8025a68efad0da737d4a0d4d72512171b9996f4f Mon Sep 17 00:00:00 2001 From: Qi Zhang Date: Tue, 31 Oct 2017 10:26:42 -0400 Subject: [PATCH] net/i40e: fix mirror with firmware 6.0 [ upstream commit d8a4baafe8756ce95e12deac89599d74e53e27a1 ] Value of I40E_GL_SWR_PRI_JOIN_MAP_0 need to be corrected or mirror does not work on latest firmware 6.0. Fixes: 77370db964f7 ("net/i40e: fix ethertype filter for new FW") Signed-off-by: Qi Zhang Acked-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev.c index 9f978f7..5f1c50c 100644 --- a/drivers/net/i40e/i40e_ethdev.c +++ b/drivers/net/i40e/i40e_ethdev.c @@ -9271,7 +9271,7 @@ i40e_pctype_to_flowtype(enum i40e_filter_pctype pctype) /* For both X710 and XL710 */ #define I40E_GL_SWR_PRI_JOIN_MAP_0_VALUE_1 0x10000200 -#define I40E_GL_SWR_PRI_JOIN_MAP_0_VALUE_2 0x20000200 +#define I40E_GL_SWR_PRI_JOIN_MAP_0_VALUE_2 0x203F0200 #define I40E_GL_SWR_PRI_JOIN_MAP_0 0x26CE00 #define I40E_GL_SWR_PRI_JOIN_MAP_2_VALUE 0x011f0200 -- 2.7.4