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 60EE2A0C52 for ; Tue, 2 Nov 2021 01:09:03 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4FB36410FE; Tue, 2 Nov 2021 01:09:03 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id CDF124068F; Tue, 2 Nov 2021 01:08:59 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10155"; a="211909388" X-IronPort-AV: E=Sophos;i="5.87,201,1631602800"; d="scan'208";a="211909388" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Nov 2021 17:08:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,201,1631602800"; d="scan'208";a="599216331" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga004.jf.intel.com with ESMTP; 01 Nov 2021 17:08:58 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Mon, 1 Nov 2021 17:08:57 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Tue, 2 Nov 2021 08:08:55 +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.012; Tue, 2 Nov 2021 08:08:55 +0800 From: "Zhang, Qi Z" To: "Yu, DapengX" , "Yang, Qiming" CC: "dev@dpdk.org" , "Wang, Haiyue" , "stable@dpdk.org" Thread-Topic: [PATCH 1/2] net/ice: save meta on switch filter creation Thread-Index: AQHXzvzQ+cSoKoxwIkuEZy1Yvb8bdKvvXAlwgAABJLA= Date: Tue, 2 Nov 2021 00:08:55 +0000 Message-ID: <7b448f66fe704ddc89a5408edfa0b0f4@intel.com> References: <20211101084506.513407-1-dapengx.yu@intel.com> <6b5681ab4df141ffa63cd1d289957379@intel.com> In-Reply-To: <6b5681ab4df141ffa63cd1d289957379@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 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-stable] [PATCH 1/2] net/ice: save meta on switch filter creation X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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: Zhang, Qi Z > Sent: Tuesday, November 2, 2021 8:07 AM > To: Yu, DapengX ; Yang, Qiming > > Cc: dev@dpdk.org; Wang, Haiyue ; > stable@dpdk.org > Subject: RE: [PATCH 1/2] net/ice: save meta on switch filter creation >=20 >=20 >=20 > > -----Original Message----- > > From: Yu, DapengX > > Sent: Monday, November 1, 2021 4:45 PM > > To: Yang, Qiming ; Zhang, Qi Z > > > > Cc: dev@dpdk.org; Wang, Haiyue ; Yu, DapengX > > ; stable@dpdk.org > > Subject: [PATCH 1/2] net/ice: save meta on switch filter creation > > > > From: Dapeng Yu > > > > The meta is abandoned when switch filter is created in original > > implementation. > > > > This patch saved the meta in RTE flow for future use. >=20 > Can be more specific, it is used for flow replay when handling exception = at flow > redirect. >=20 > Will update during merge. >=20 > > > > Fixes: 47d460d63233 ("net/ice: rework switch filter") This is not a fix, but can cc stable as the real fix patch depends on this.= =20 will remove fixline during merge. > > Cc: stable@dpdk.org > > > > Signed-off-by: Dapeng Yu Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi