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 F23EBA0547; Mon, 21 Jun 2021 10:26:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6ABB141158; Mon, 21 Jun 2021 10:26:49 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 1F27540040 for ; Mon, 21 Jun 2021 10:26:46 +0200 (CEST) IronPort-SDR: /gN/uX4dYtEVwtvhk2X2dlI3eD2iuwpOxrMLR3JBXXmK7jqlkBtZ71B0eq4B2D/Dghy/NVoInJ UTYSF4EunQ8w== X-IronPort-AV: E=McAfee;i="6200,9189,10021"; a="187175899" X-IronPort-AV: E=Sophos;i="5.83,289,1616482800"; d="scan'208";a="187175899" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jun 2021 01:26:45 -0700 IronPort-SDR: xU1QXOMsCjcgDV8jZHlpBK6dkx+sU/e2KqyVGQWUympdoKjCmbsmsULY03isxJPG/kYX+gzVuc 42ZRezg8sNMw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,289,1616482800"; d="scan'208";a="452108384" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga008.jf.intel.com with ESMTP; 21 Jun 2021 01:26:45 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Mon, 21 Jun 2021 01:26:44 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Mon, 21 Jun 2021 16:26:41 +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; Mon, 21 Jun 2021 16:26:41 +0800 From: "Zhang, Qi Z" To: "Liu, Lingyu" , "dev@dpdk.org" , "Xing, Beilei" , "Wu, Jingjing" CC: "Guo, Junfeng" Thread-Topic: [PATCH v6 0/3] support AVF RSS and FDIR for GTPoGRE packet Thread-Index: AQHXZnIXRnAKIzAIpEOFxCMCHkVPTaseIVbw Date: Mon, 21 Jun 2021 08:26:41 +0000 Message-ID: <970ba218578d44199bf4d1dbeeefe868@intel.com> References: <20210610130520.713482-1-lingyu.liu@intel.com> <20210621142320.76143-1-lingyu.liu@intel.com> In-Reply-To: <20210621142320.76143-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 v6 0/3] support AVF RSS and 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: Monday, June 21, 2021 10:23 PM > To: dev@dpdk.org; Zhang, Qi Z ; Xing, Beilei > ; Wu, Jingjing > Cc: Guo, Junfeng ; Liu, Lingyu > Subject: [PATCH v6 0/3] support AVF RSS and FDIR for GTPoGRE packet >=20 > Support AVF RSS and FDIR for GTPoGRE packet. >=20 > Lingyu Liu (3): > net/iavf: support flow pattern for GTPoGRE > net/iavf: support AVF FDIR for GTPoGRE tunnel packet > net/iavf: support AVF RSS for GTPoGRE packet > --- > V6 change: > - rebase and remove GRE pattern parse in FDIR > V5 change: > - refine protocol header for two tunnels case > - move IPV6 patterns to the IPV6 block in pattern list > V4 change: > - add RTE_FLOW_ITEM_TYPE_GRE in hash parse pattern function > V3 change: > - add GTPU extension header pattern >=20 > drivers/net/iavf/iavf_fdir.c | 48 +++ > drivers/net/iavf/iavf_generic_flow.c | 600 +++++++++++++++++++++++++++ > drivers/net/iavf/iavf_generic_flow.h | 80 ++++ > drivers/net/iavf/iavf_hash.c | 142 +++++-- > 4 files changed, 846 insertions(+), 24 deletions(-) >=20 > -- > 2.25.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi