From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9D59CA0C4B; Thu, 17 Jun 2021 05:38:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 399A14067A; Thu, 17 Jun 2021 05:38:27 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 740B440150 for ; Thu, 17 Jun 2021 05:38:25 +0200 (CEST) IronPort-SDR: P4I9OwMfIzUVQ3TnFdb0Np1oIBtVkiKTBlXu30K6fsXRCj40ymuLj72ERRhsW9HC1YijDHjdX5 7Om9jpyh97bA== X-IronPort-AV: E=McAfee;i="6200,9189,10017"; a="267444036" X-IronPort-AV: E=Sophos;i="5.83,278,1616482800"; d="scan'208";a="267444036" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2021 20:38:16 -0700 IronPort-SDR: oFyNv49aX1molKxzQUv6PiafJn68GzJ3YUSLz2f3w3SC7sxWH+uSzUQDPQPhA+wCp38SotNmT9 jxnE+2wk9acQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,278,1616482800"; d="scan'208";a="555057293" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga001.fm.intel.com with ESMTP; 16 Jun 2021 20:38:15 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Wed, 16 Jun 2021 20:38:15 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Thu, 17 Jun 2021 11:38:13 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.008; Thu, 17 Jun 2021 11:38:13 +0800 From: "Zhang, Qi Z" To: Thomas Monjalon , "Xing, Beilei" , "Yang, SteveX" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v1] net/i40e: fix flow director does not work Thread-Index: AQHXUE2AkU+cTbAxRkO/47LVRgof/ar/DVGAgBd0k4CAATD98A== Date: Thu, 17 Jun 2021 03:38:13 +0000 Message-ID: <5b5aab9a38e74389b982307eeff9e895@intel.com> References: <20210519032745.707639-1-stevex.yang@intel.com> <77a465750fe547be9845e08f47e47a01@intel.com> <4031691.tccHJdylbR@thomas> In-Reply-To: <4031691.tccHJdylbR@thomas> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1] net/i40e: fix flow director does not work X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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: Thomas Monjalon > Sent: Thursday, June 17, 2021 1:23 AM > To: Xing, Beilei ; Yang, SteveX > ; Zhang, Qi Z > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1] net/i40e: fix flow director does not w= ork >=20 > 01/06/2021 13:12, Zhang, Qi Z: > > > > When user configured the flow rule with raw packet via command > > > > "flow_director_filter", it would reset all previous fdir input set > > > > flags with "i40e_flow_set_fdir_inset()". > > > > > > > > Ignore to configure the flow input set with raw packet rule used. > > > > > > > > Fixes: ff04964ea6d5 ("net/i40e: fix flow director for common > > > > pctypes") > > > > > > > > Signed-off-by: Steve Yang > > > > > > Acked-by: Beilei Xing > > > > Applied to dpdk-next-net-intel. >=20 > Why Cc:stable is not added? >=20 Yes, the patch need to be backported as the original patch is a fix that ne= ed to be backported also, thanks for the capture!