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 03A57A00BE; Tue, 7 Jul 2020 05:09:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 34B411DC3E; Tue, 7 Jul 2020 05:09:31 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id C9FB21DC30 for ; Tue, 7 Jul 2020 05:09:28 +0200 (CEST) IronPort-SDR: IbQ1EJ3qLofkcntPALotalMjeW1/fXQjf1V+1Z2c9mwtTHt/rntOAYNERQuQ75fTs3OOtKf3pj tAoFuicg5zlA== X-IronPort-AV: E=McAfee;i="6000,8403,9674"; a="127125196" X-IronPort-AV: E=Sophos;i="5.75,321,1589266800"; d="scan'208";a="127125196" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2020 20:09:27 -0700 IronPort-SDR: BfBMAH6TN6MXnH0RpM9Rv+v896A43c8YsK3xg8RyC19WdRSsadhU0lx8eL7sQTZdl8lBBh3r0C 6d7pKjqQlBlQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,321,1589266800"; d="scan'208";a="482907320" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga006.fm.intel.com with ESMTP; 06 Jul 2020 20:09:27 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 6 Jul 2020 20:09:27 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 6 Jul 2020 20:09:27 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.49]) with mapi id 14.03.0439.000; Tue, 7 Jul 2020 11:09:26 +0800 From: "Zhang, Qi Z" To: "Su, Simei" CC: "dev@dpdk.org" , "Zhao1, Wei" , "Jiang, JunyuX" , "Lu, Nannan" Thread-Topic: [PATCH] net/ice: fix GTPU/PPPoE packets with no hash value Thread-Index: AQHWU/9yVUEreCm2Y0G9VWlQ21D2zqj7ZMmAgAAKPQA= Date: Tue, 7 Jul 2020 03:09:26 +0000 Message-ID: <039ED4275CED7440929022BC67E70611548551CD@SHSMSX103.ccr.corp.intel.com> References: <1594085898-138749-1-git-send-email-simei.su@intel.com> <039ED4275CED7440929022BC67E706115485514A@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E706115485514A@SHSMSX103.ccr.corp.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] net/ice: fix GTPU/PPPoE packets with no hash value 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: Zhang, Qi Z > Sent: Tuesday, July 7, 2020 10:30 AM > To: Su, Simei > Cc: dev@dpdk.org; Zhao1, Wei ; Jiang, JunyuX > ; Lu, Nannan > Subject: RE: [PATCH] net/ice: fix GTPU/PPPoE packets with no hash value >=20 >=20 >=20 > > -----Original Message----- > > From: Su, Simei > > Sent: Tuesday, July 7, 2020 9:38 AM > > To: Zhang, Qi Z > > Cc: dev@dpdk.org; Zhao1, Wei ; Jiang, JunyuX > > ; Lu, Nannan ; Su, Simei > > > > Subject: [PATCH] net/ice: fix GTPU/PPPoE packets with no hash value > > > > When RSS init, because of profile overlap, the GTPU_IPV4 packets don't > > hit > > GTPU_INNER_IPV4 profile which causes no hash value. Because of no > > PPPoE profile, the PPPoE packets also has no hash value. This patch > > solves this issue by pulling GTPU_IPV4 profile into inner ipv4 group > > and creating related PPPoE profile at the same time. > > > > Fixes: 8cadc41294c6 ("net/ice: initialize and update RSS based on user > > config") > > > > Signed-off-by: Simei Su >=20 > Acked-by: Qi Zhang >=20 > Applied to dpdk-next-net-intel. There is a compile issue be fixed before be applied. >=20 > Thanks > Qi