From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 94971A04F8 for ; Fri, 3 Jan 2020 08:46:57 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 669471C2A5; Fri, 3 Jan 2020 08:46:57 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 9F3891BF02; Fri, 3 Jan 2020 08:46:53 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jan 2020 23:46:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,389,1571727600"; d="scan'208";a="252513076" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga002.fm.intel.com with ESMTP; 02 Jan 2020 23:46:51 -0800 Date: Fri, 3 Jan 2020 15:41:22 +0800 From: Ye Xiaolong To: "Wu, Jingjing" Cc: "Xing, Beilei" , "dev@dpdk.org" , "Zhang, Qi Z" , "stable@dpdk.org" Message-ID: <20200103074122.GK14498@intel.com> References: <1576304057-20355-1-git-send-email-beilei.xing@intel.com> <9BB6961774997848B5B42BEC655768F8115D69F9@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9BB6961774997848B5B42BEC655768F8115D69F9@SHSMSX103.ccr.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/ice: correct VSI context 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 12/30, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: Xing, Beilei >> Sent: Saturday, December 14, 2019 2:14 PM >> To: Wu, Jingjing ; dev@dpdk.org; Zhang, Qi Z >> Cc: stable@dpdk.org >> Subject: [PATCH] net/ice: correct VSI context >> >> There'll always be a MDD event triggered when adding >> a FDIR rule. The root cause is 'LAN enable' is not >> configured during control VSI setup. >> Besides, correct FDIR fields for both main VSI and >> control VSI. >> >> Fixes: 84dc7a95a2d3 ("net/ice: enable flow director engine") >> Cc: stable@dpdk.org >> >> Signed-off-by: Beilei Xing >Acked-by: Jingjing Wu Applied to dpdk-next-net-intel, Thanks.