From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8D1021B237; Tue, 31 Oct 2017 18:41:32 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 31 Oct 2017 10:41:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,325,1505804400"; d="scan'208";a="915921390" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.190]) ([10.241.225.190]) by FMSMGA003.fm.intel.com with ESMTP; 31 Oct 2017 10:41:31 -0700 To: "Xing, Beilei" , "Zhang, Qi Z" Cc: "dev@dpdk.org" , "stable@dpdk.org" References: <20171031142642.25548-1-qi.z.zhang@intel.com> <94479800C636CB44BD422CB454846E01320623C7@SHSMSX101.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: <6726eea3-2d45-60b9-44f2-15ffd66efbd5@intel.com> Date: Tue, 31 Oct 2017 10:41:30 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <94479800C636CB44BD422CB454846E01320623C7@SHSMSX101.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/i40e: fix mirror for new FW 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, 31 Oct 2017 17:41:33 -0000 On 10/31/2017 2:48 AM, Xing, Beilei wrote: >> -----Original Message----- >> From: Zhang, Qi Z >> Sent: Tuesday, October 31, 2017 10:27 PM >> To: Xing, Beilei >> Cc: dev@dpdk.org; Zhang, Qi Z ; stable@dpdk.org >> Subject: [PATCH] net/i40e: fix mirror for new FW >> >> 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") >> Cc: stable@dpdk.org >> >> Signed-off-by: Qi Zhang > Acked-by: Beilei Xing Applied to dpdk-next-net/master, thanks.