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 9AC90A00BE; Tue, 7 Jul 2020 11:33:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4DE771DD31; Tue, 7 Jul 2020 11:31:50 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 298C41DD08 for ; Tue, 7 Jul 2020 11:31:48 +0200 (CEST) IronPort-SDR: L4Zx1zlR81L2RWv0Ii3381Pva7PZGpmMEc9Een6KZLXhV6ySnlmd1k2lt2Jt3f/ZgjpwuglAkS YasOVg6vT/IQ== X-IronPort-AV: E=McAfee;i="6000,8403,9674"; a="127652872" X-IronPort-AV: E=Sophos;i="5.75,323,1589266800"; d="scan'208";a="127652872" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2020 02:31:47 -0700 IronPort-SDR: Sm+w/O0ZJfHcGe1Gp93agtj3SECWz2K/7IogMjinSGEliPFDb7liRNlSs+lezwGu2o40zsJG3y ItEOSEcxN/ug== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,323,1589266800"; d="scan'208";a="457039690" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by orsmga005.jf.intel.com with ESMTP; 07 Jul 2020 02:31:46 -0700 Received: from kmsmsx602.gar.corp.intel.com (172.21.219.142) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 7 Jul 2020 17:31:45 +0800 Received: from kmsmsx602.gar.corp.intel.com (172.21.219.142) by kmsmsx602.gar.corp.intel.com (172.21.219.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 7 Jul 2020 17:31:45 +0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by kmsmsx602.gar.corp.intel.com (172.21.219.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Tue, 7 Jul 2020 17:31:44 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.8]) with mapi id 14.03.0439.000; Tue, 7 Jul 2020 17:31:44 +0800 From: "Zhang, Qi Z" To: "Guo, Jia" , "Yang, Qiming" CC: "dev@dpdk.org" , "Wu, Jingjing" , "Guo, Junfeng" , "Xing, Beilei" , "Su, Simei" Thread-Topic: [dpdk-dev v5 0/4] enable new hash flow for pf Thread-Index: AQHWVB821uZUOSFOwEChFl2O7zbXoqj72nfA Date: Tue, 7 Jul 2020 09:31:43 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154855F6F@SHSMSX103.ccr.corp.intel.com> References: <20200621140927.20602-2-jia.guo@intel.com> <20200707052546.14151-1-jia.guo@intel.com> In-Reply-To: <20200707052546.14151-1-jia.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] [dpdk-dev v5 0/4] enable new hash flow for pf 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, Jia > Sent: Tuesday, July 7, 2020 1:26 PM > To: Zhang, Qi Z ; Yang, Qiming > > Cc: dev@dpdk.org; Wu, Jingjing ; Guo, Junfeng > ; Xing, Beilei ; Su, Simei > ; Guo, Jia > Subject: [dpdk-dev v5 0/4] enable new hash flow for pf >=20 > PF could add or delete a RSS rule base on the PF's hash capability. > Some new rss input set will be supported, the protocols as below: > eth/vlan/l2tpv3/esp/ah/pfcp/gtpu downlink/gtpu uplink. >=20 > v5->v4: > fix checkpatch issue > refine for eth/vlan hash >=20 > v4->v3: > split patch set >=20 > Jeff Guo (4): > net/ice: refactor for pf hash flow > net/ice: support hash for new GTPU protocols > net/ice: enable new input set for rss hash > app/testpmd: add GTPU to RSS hash commands >=20 > app/test-pmd/cmdline.c | 8 +- > app/test-pmd/config.c | 4 +- > drivers/net/ice/ice_hash.c | 773 ++++++++++++++++++++++++++----------- > 3 files changed, 562 insertions(+), 223 deletions(-) >=20 > -- > 2.20.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi