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 88F70A00BE; Wed, 8 Jul 2020 10:46:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8A96E1DC71; Wed, 8 Jul 2020 10:46:54 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 2287E1DC6B for ; Wed, 8 Jul 2020 10:46:51 +0200 (CEST) IronPort-SDR: qGz7/21JKWGAoMTYoCO8ybiqLCSfL/E80Q7qR6meOiZF/5rw/MOG5FFwUUEqD88Co2QHxd4hD8 B3OjfXmU0y8g== X-IronPort-AV: E=McAfee;i="6000,8403,9675"; a="165833584" X-IronPort-AV: E=Sophos;i="5.75,327,1589266800"; d="scan'208";a="165833584" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2020 01:46:51 -0700 IronPort-SDR: GT97PyAgYYh270SA9R1fc5s2h6MfmJAHZ4ki8lRKXOs72+vgKcoyA9CBpTv7ikRJry+9+qNYOC U7gOfcQL2jkg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,327,1589266800"; d="scan'208";a="322887408" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 08 Jul 2020 01:46:51 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 8 Jul 2020 01:46:50 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 8 Jul 2020 01:46:49 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.22]) with mapi id 14.03.0439.000; Wed, 8 Jul 2020 16:46:46 +0800 From: "Zhang, Qi Z" To: "Guo, Junfeng" , "Ye, Xiaolong" , "Xing, Beilei" CC: "dev@dpdk.org" , "Guo, Jia" , "Su, Simei" Thread-Topic: [PATCH v5 0/2] add RSS support for ipv4 ipv6 mix of GTP on PF and VF Thread-Index: AQHWVNf5ZMbIuA78zkK0u9oErkO7K6j9XsmQ Date: Wed, 8 Jul 2020 08:46:46 +0000 Message-ID: <039ED4275CED7440929022BC67E706115485700E@SHSMSX103.ccr.corp.intel.com> References: <20200618054305.8097-1-junfeng.guo@intel.com> <20200708032739.156196-1-junfeng.guo@intel.com> In-Reply-To: <20200708032739.156196-1-junfeng.guo@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 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-dev] [PATCH v5 0/2] add RSS support for ipv4 ipv6 mix of GTP on PF and VF X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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: Guo, Junfeng > Sent: Wednesday, July 8, 2020 11:28 AM > To: Zhang, Qi Z ; Ye, Xiaolong > ; Xing, Beilei > Cc: dev@dpdk.org; Guo, Jia ; Guo, Junfeng > ; Su, Simei > Subject: [PATCH v5 0/2] add RSS support for ipv4 ipv6 mix of GTP on PF an= d > VF >=20 > RSS for GTP with outer & inner ipv4 & ipv6 combination are supported in > this patchset, so that we can process RSS based on inner 5 tuples or 3 tu= ples > of all the cases below of GTP packets: > 1. ipv4 (outer) + ipv4 (inner) > 2. ipv4 (outer) + ipv6 (inner) > 3. ipv6 (outer) + ipv4 (inner) > 4. ipv6 (outer) + ipv6 (inner) >=20 > [PATCH v5 1/2] add RSS support for ipv4 ipv6 mix of GTP on PF. > [PATCH v5 2/2] add RSS support for ipv4 ipv6 mix of GTP on VF. >=20 > v5: > * Code rebase. >=20 > v4: > * Code rebase. >=20 > v3: > * Code rebase. >=20 > v2: > * Code rebase. >=20 >=20 > Junfeng Guo (2): > net/ice: add RSS support for ipv4 ipv6 mix of GTP > net/iavf: add RSS support for ipv4 ipv6 mix of GTP >=20 > drivers/net/iavf/iavf_generic_flow.c | 283 +++- > drivers/net/iavf/iavf_generic_flow.h | 39 + > drivers/net/iavf/iavf_hash.c | 1976 > ++++++++++++++++++++++++-- > drivers/net/ice/ice_generic_flow.c | 286 +++- > drivers/net/ice/ice_generic_flow.h | 39 + > drivers/net/ice/ice_hash.c | 120 ++ > 6 files changed, 2586 insertions(+), 157 deletions(-) >=20 > -- > 2.25.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi