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 04A51A04AB; Mon, 31 Aug 2020 09:21:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B572B137D; Mon, 31 Aug 2020 09:21:41 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 4ECB9DE0 for ; Mon, 31 Aug 2020 09:21:39 +0200 (CEST) IronPort-SDR: NyigJx50qzyUQbfCKWvxRwIxxeDHSTDnK3liB/ZxsjihU9cifdHBP6M8T0kRgNBrlh0XTXjBTv vq3QGj4ou11w== X-IronPort-AV: E=McAfee;i="6000,8403,9729"; a="154329622" X-IronPort-AV: E=Sophos;i="5.76,374,1592895600"; d="scan'208";a="154329622" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2020 00:21:37 -0700 IronPort-SDR: mInjbd2/J74Av6U8m4YEoYl66pWBxSS5l6xw7Jwh4Tj2KHvfVDFUESrPp1j65aDCk/9ROBVztX DhsGt/iLv9cg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,374,1592895600"; d="scan'208";a="501760848" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by fmsmga005.fm.intel.com with ESMTP; 31 Aug 2020 00:21:37 -0700 Received: from fmsmsx609.amr.corp.intel.com (10.18.126.89) 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.1713.5; Mon, 31 Aug 2020 00:20:03 -0700 Received: from fmsmsx609.amr.corp.intel.com (10.18.126.89) by fmsmsx609.amr.corp.intel.com (10.18.126.89) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 31 Aug 2020 00:20:03 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx609.amr.corp.intel.com (10.18.126.89) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Mon, 31 Aug 2020 00:20:03 -0700 Received: from shsmsx107.ccr.corp.intel.com ([169.254.9.141]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.115]) with mapi id 14.03.0439.000; Mon, 31 Aug 2020 15:20:00 +0800 From: "Zhang, Qi Z" To: "Guo, Jia" , "Yang, Qiming" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] net/ice: fix the hash parser Thread-Index: AQHWf1rwhqFL/+smJ0G9wA7yWvFqkalRz2YA Date: Mon, 31 Aug 2020 07:19:59 +0000 Message-ID: <039ED4275CED7440929022BC67E706115522E483@SHSMSX107.ccr.corp.intel.com> References: <20200828153410.88469-1-jia.guo@intel.com> <20200831055045.64061-1-jia.guo@intel.com> In-Reply-To: <20200831055045.64061-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.5.1.3 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 v2] net/ice: fix the hash parser 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: Monday, August 31, 2020 1:51 PM > To: Yang, Qiming ; Zhang, Qi Z > > Cc: dev@dpdk.org; Guo, Jia > Subject: [PATCH v2] net/ice: fix the hash parser >=20 > GTPU TEID hash should only be enabled when ETH_RSS_GTPU is required. > And the hash parser should not restrict the combined usage of protocol. >=20 > Fixes: e7cc68c70736 ("net/ice: fix GTPU TEID hash") > Signed-off-by: Jeff Guo Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi