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 B89E47CF2; Thu, 17 May 2018 16:44:42 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 May 2018 07:44:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,411,1520924400"; d="scan'208";a="41757156" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga007.jf.intel.com with ESMTP; 17 May 2018 07:44:41 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 17 May 2018 07:44:41 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 17 May 2018 07:44:40 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.240]) with mapi id 14.03.0319.002; Thu, 17 May 2018 22:44:39 +0800 From: "Zhang, Helin" To: "Zhang, Qi Z" , "Xing, Beilei" , "Wu, Jingjing" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] net/i40e: fix fail to disable FDIR Tx queue Thread-Index: AQHT6/3wMAszRNlfbES8oPsBW1fNkaQwul8ggANItZA= Date: Thu, 17 May 2018 14:44:38 +0000 Message-ID: References: <1526401145-28993-1-git-send-email-beilei.xing@intel.com> <039ED4275CED7440929022BC67E70611531B2F9D@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E70611531B2F9D@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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-stable] [PATCH] net/i40e: fix fail to disable FDIR Tx queue 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: Thu, 17 May 2018 14:44:43 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhang, Qi Z > Sent: Tuesday, May 15, 2018 8:36 PM > To: Xing, Beilei; Wu, Jingjing > Cc: dev@dpdk.org; stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix fail to disable FDIR Tx que= ue >=20 > > -----Original Message----- > > From: Xing, Beilei > > Sent: Wednesday, May 16, 2018 12:19 AM > > To: Wu, Jingjing ; Zhang, Qi Z > > > > Cc: dev@dpdk.org; stable@dpdk.org > > Subject: [PATCH] net/i40e: fix fail to disable FDIR Tx queue > > > > If flow directory is enabled, FDIR Tx queue can't be disabled when > > exiting application. Root cause is FDIR Tx queue is not disabled > > before removing HMC backing store. > > > > Fixes: 71d35259ff67 ("i40e: tear down flow director") > > Cc: stable@dpdk.org > > > > Signed-off-by: Beilei Xing >=20 > Acked-by: Qi Zhang Applied to dpdk-next-net-intel, thanks! /Helin