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 01893A00BE; Tue, 7 Jul 2020 04:30:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 74F2D1DCB9; Tue, 7 Jul 2020 04:30:08 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id EB37EA3 for ; Tue, 7 Jul 2020 04:30:06 +0200 (CEST) IronPort-SDR: wy8GZLwXlSLEHwxCWPYC6NHx+tF1qrUC1iDvin/gTzseIA3OudP2sdfzcVHeAfxi0NeyLiHxVi H3tZE1m3OlAQ== X-IronPort-AV: E=McAfee;i="6000,8403,9674"; a="127615712" X-IronPort-AV: E=Sophos;i="5.75,321,1589266800"; d="scan'208";a="127615712" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2020 19:30:05 -0700 IronPort-SDR: xuG4Ru6WLJdhVcC28bnyLvZp0ms46sWXo2YgQmnNjw0e7X62ApNcNPoo3PSUHuOM55/CagduON Z46V3UfiIIDQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,321,1589266800"; d="scan'208";a="427301917" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga004.jf.intel.com with ESMTP; 06 Jul 2020 19:30:05 -0700 Received: from fmsmsx104.amr.corp.intel.com (10.18.124.202) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 6 Jul 2020 19:30:04 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 6 Jul 2020 19:30:02 -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 10:29:59 +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/9yVUEreCm2Y0G9VWlQ21D2zqj7ZMmA Date: Tue, 7 Jul 2020 02:29:59 +0000 Message-ID: <039ED4275CED7440929022BC67E706115485514A@SHSMSX103.ccr.corp.intel.com> References: <1594085898-138749-1-git-send-email-simei.su@intel.com> In-Reply-To: <1594085898-138749-1-git-send-email-simei.su@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: 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 >=20 > When RSS init, because of profile overlap, the GTPU_IPV4 packets don't hi= t > 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. >=20 > Fixes: 8cadc41294c6 ("net/ice: initialize and update RSS based on user > config") >=20 > Signed-off-by: Simei Su Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi