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 A1295A04B3; Mon, 30 Dec 2019 04:38:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 83A841C0D1; Mon, 30 Dec 2019 04:38:49 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 0CD1B1C0B9; Mon, 30 Dec 2019 04:38:46 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Dec 2019 19:38:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,373,1571727600"; d="scan'208";a="208899854" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga007.jf.intel.com with ESMTP; 29 Dec 2019 19:38:45 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 29 Dec 2019 19:38:45 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 29 Dec 2019 19:38:45 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.245]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.30]) with mapi id 14.03.0439.000; Mon, 30 Dec 2019 11:38:43 +0800 From: "Wu, Jingjing" To: "Xing, Beilei" , "dev@dpdk.org" , "Zhang, Qi Z" CC: "stable@dpdk.org" Thread-Topic: [PATCH] net/ice: correct VSI context Thread-Index: AQHVsd6vRZL8Le6D/UucR/UsPHuuVafSIVVw Date: Mon, 30 Dec 2019 03:38:43 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8115D69F9@SHSMSX103.ccr.corp.intel.com> References: <1576304057-20355-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1576304057-20355-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/ice: correct VSI context X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----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 >=20 > 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. >=20 > Fixes: 84dc7a95a2d3 ("net/ice: enable flow director engine") > Cc: stable@dpdk.org >=20 > Signed-off-by: Beilei Xing Acked-by: Jingjing Wu