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 8BAFEA046B for ; Tue, 23 Jul 2019 09:23:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6F3151BFB8; Tue, 23 Jul 2019 09:23:37 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id C08791BFA7; Tue, 23 Jul 2019 09:23:32 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jul 2019 00:23:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,298,1559545200"; d="scan'208";a="171091335" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga007.fm.intel.com with ESMTP; 23 Jul 2019 00:23:31 -0700 Received: from fmsmsx162.amr.corp.intel.com (10.18.125.71) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 23 Jul 2019 00:23:31 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx162.amr.corp.intel.com (10.18.125.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 23 Jul 2019 00:23:30 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.232]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.174]) with mapi id 14.03.0439.000; Tue, 23 Jul 2019 15:16:29 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "Ye, Xiaolong" , "Yigit, Ferruh" CC: "dev@dpdk.org" , "stable@dpdk.org" , "Li, Xiaoyun" Thread-Topic: [PATCH 2/2] net/i40e: fix fdir rule destroy failure Thread-Index: AQHVQQxflQHKH8X1xEOJwZq77IMNUqbXQ5mAgACHSlA= Date: Tue, 23 Jul 2019 07:16:28 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D6B6D4@SHSMSX105.ccr.corp.intel.com> References: <20190722120639.62468-1-xiaolong.ye@intel.com> <20190722120639.62468-2-xiaolong.ye@intel.com> <94479800C636CB44BD422CB454846E013CE093A6@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <94479800C636CB44BD422CB454846E013CE093A6@SHSMSX101.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjg2YWYyZGItZWNhNC00OTQ0LWIzZDktNjdiM2NmNGMyYWZiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoid3ZITE5SZXhxY3RoVGI2Q2FBUUxwOVVyMDZRdno2THhHaUVNaHNweUU0Nlp0ZzdoTm40OTJCWldFS0pWZlVkcyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 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-stable] [PATCH 2/2] net/i40e: fix fdir rule destroy failure 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" > -----Original Message----- > From: Xing, Beilei > Sent: Tuesday, July 23, 2019 3:12 PM > To: Ye, Xiaolong ; Yigit, Ferruh > ; Zhang, Qi Z > Cc: dev@dpdk.org; stable@dpdk.org; Li, Xiaoyun > Subject: RE: [PATCH 2/2] net/i40e: fix fdir rule destroy failure >=20 >=20 >=20 > > -----Original Message----- > > From: Ye, Xiaolong > > Sent: Monday, July 22, 2019 8:07 PM > > To: Yigit, Ferruh ; Xing, Beilei > > ; Zhang, Qi Z > > Cc: dev@dpdk.org; Ye, Xiaolong ; > > stable@dpdk.org; Li, Xiaoyun > > Subject: [PATCH 2/2] net/i40e: fix fdir rule destroy failure > > > > We should tear down the fdir when the last flow is destroyed, current > > logic is opposite to expected behavior, this patch fixes this issue. > > > > Fixes: 2e67a7fbf3ff ("net/i40e: config flow director automatically") > > Cc: stable@dpdk.org > > Cc: xiaoyun.li@intel.com > > > > Signed-off-by: Xiaolong Ye > > --- > Acked-by: Beilei Xing Applied to dpdk-next-net-intel. Thanks Qi