From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 7B1BD1B8CE; Tue, 15 May 2018 14:36:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 May 2018 05:36:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,403,1520924400"; d="scan'208";a="49390173" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 15 May 2018 05:36:00 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 15 May 2018 05:36:00 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 15 May 2018 05:36:00 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.6]) with mapi id 14.03.0319.002; Tue, 15 May 2018 20:35:58 +0800 From: "Zhang, Qi Z" To: "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/3wMAszRNlfbES8oPsBW1fNkaQwul8g Date: Tue, 15 May 2018 12:35:57 +0000 Message-ID: <039ED4275CED7440929022BC67E70611531B2F9D@SHSMSX103.ccr.corp.intel.com> References: <1526401145-28993-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1526401145-28993-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzc4Yjg2ODEtNjhhYi00ODk3LWI0MjItNDI1ZDdmZmE3ZWQzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJLVnkwWkY5bHNpVVVkN295a1BcL3E5d0paRktKc0JBVjhWXC8wcHhqTXdnNkx5R2FLRzdiQzJHSklEWW12Q3pWcXQifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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/i40e: fix fail to disable FDIR Tx queue 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: , X-List-Received-Date: Tue, 15 May 2018 12:36:02 -0000 > -----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 >=20 > If flow directory is enabled, FDIR Tx queue can't be disabled when exitin= g > application. Root cause is FDIR Tx queue is not disabled before removing = HMC > backing store. >=20 > Fixes: 71d35259ff67 ("i40e: tear down flow director") > Cc: stable@dpdk.org >=20 > Signed-off-by: Beilei Xing Acked-by: Qi Zhang