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 E997CA0C47; Tue, 6 Jul 2021 04:41:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 99223411E9; Tue, 6 Jul 2021 04:41:00 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 48D7B4067E for ; Tue, 6 Jul 2021 04:40:59 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10036"; a="270166326" X-IronPort-AV: E=Sophos;i="5.83,327,1616482800"; d="scan'208";a="270166326" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2021 19:40:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,327,1616482800"; d="scan'208";a="449091579" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga007.jf.intel.com with ESMTP; 05 Jul 2021 19:40:57 -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.10; Mon, 5 Jul 2021 19:40:56 -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.4; Tue, 6 Jul 2021 10:40:54 +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; Tue, 6 Jul 2021 10:40:54 +0800 From: "Zhang, Qi Z" To: "Liu, Lingyu" , "dev@dpdk.org" , "Xing, Beilei" , "Wu, Jingjing" CC: "Guo, Junfeng" Thread-Topic: [PATCH v2 0/3] Support outer layer FDIR for GTPoGRE packet Thread-Index: AQHXcgPWIXQ1fR4GKES3o1v8qqZ1D6s1PIvQ Date: Tue, 6 Jul 2021 02:40:54 +0000 Message-ID: <74ae6b27f4fe4fc08efc7ef359aa6e10@intel.com> References: <20210706074258.1345934-1-lingyu.liu@intel.com> In-Reply-To: <20210706074258.1345934-1-lingyu.liu@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.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 v2 0/3] Support outer layer FDIR for GTPoGRE packet 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: Liu, Lingyu > Sent: Tuesday, July 6, 2021 3:43 PM > To: dev@dpdk.org; Zhang, Qi Z ; Xing, Beilei > ; Wu, Jingjing > Cc: Guo, Junfeng ; Liu, Lingyu > Subject: [PATCH v2 0/3] Support outer layer FDIR for GTPoGRE packet >=20 > Add support for outer most L3 layer FDIR for GTPoGRE packet. GTPU TEID FD= IR > is supported for GTPoGRE flow pattern without inner L3,L4 fields. GTPU > enhance header is supported. >=20 > Lingyu Liu (3): > net/iavf: add flow pattern for GTPoGRE > net/iavf: add AVF FDIR for GTPoGRE tunnel packet > doc: release note for GTPoGRE FDIR > --- > V2 change: > - refine release note >=20 > doc/guides/rel_notes/release_21_08.rst | 3 +- > drivers/net/iavf/iavf_fdir.c | 8 +++ > drivers/net/iavf/iavf_generic_flow.c | 84 ++++++++++++++++++++++++++ > drivers/net/iavf/iavf_generic_flow.h | 8 +++ > 4 files changed, 102 insertions(+), 1 deletion(-) >=20 > -- > 2.25.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi