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 764FCA00BE; Tue, 7 Jul 2020 11:18:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0AF8F1DBCE; Tue, 7 Jul 2020 11:18:50 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 2F81B1DBC9 for ; Tue, 7 Jul 2020 11:18:47 +0200 (CEST) IronPort-SDR: ZGyexgv8a0/ohDUWE2s2UjTTqITav5IR8HFleJ8hnHzev4Ov1nIGg3OEbPmkAcUPXvbNp/hFwh LbjQHiL0fSTA== X-IronPort-AV: E=McAfee;i="6000,8403,9674"; a="135028686" X-IronPort-AV: E=Sophos;i="5.75,323,1589266800"; d="scan'208";a="135028686" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2020 02:18:46 -0700 IronPort-SDR: AnY9m37qiqH2l05Mn0oQmFG41Z/2TV53Z6BlL51gJk14rWTfkL3wR4iYC/yqrx3nGV8yskgc/b 5ckJuVAoc7/g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,323,1589266800"; d="scan'208";a="457036622" Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80]) by orsmga005.jf.intel.com with ESMTP; 07 Jul 2020 02:18:46 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 7 Jul 2020 17:18:45 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.32]) with mapi id 14.03.0439.000; Tue, 7 Jul 2020 17:18:44 +0800 From: "Zhang, Qi Z" To: "Guo, Jia" , "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" , "Guo, Junfeng" , "Yang, Qiming" , "Su, Simei" Thread-Topic: [dpdk-dev v5 0/3] enable new hash flow for VF Thread-Index: AQHWVB2TmL3wrwle9k+ydJnyo/w9yqj71tEQ Date: Tue, 7 Jul 2020 09:18:43 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154855EE5@SHSMSX103.ccr.corp.intel.com> References: <20200621140235.20488-1-jia.guo@intel.com> <20200707051406.13817-1-jia.guo@intel.com> In-Reply-To: <20200707051406.13817-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/3] enable new hash flow for 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, Jia > Sent: Tuesday, July 7, 2020 1:14 PM > To: Zhang, Qi Z ; Wu, Jingjing > ; Xing, Beilei > Cc: dev@dpdk.org; Guo, Junfeng ; Yang, Qiming > ; Su, Simei ; Guo, Jia > > Subject: [dpdk-dev v5 0/3] enable new hash flow for VF >=20 > Some new hash flow will be supported to expend the flow hash capability, > the input set are the 5 tuple for regular ip pattern and also GTPU inner = ip > pattern, and the session id for NAT-T ESP protocol, the l3 src/dst and th= e teid > for GTPU_IP protocol. >=20 > v5->v4: > refine the lookup table for eth/vlan > fix issue after splitting patch >=20 > v4->v3: > split patch set >=20 > Jeff Guo (3): > net/iavf: refactor for hash flow > net/iavf: enable 5 tuple rss hash > net/iavf: enable some new hash flow >=20 > drivers/net/iavf/iavf_hash.c | 2075 +++++++++++++++++++++++++--------- > 1 file changed, 1560 insertions(+), 515 deletions(-) >=20 > -- > 2.20.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi