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 DDCBBA0527; Sat, 18 Jul 2020 05:59:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 914341BF7A; Sat, 18 Jul 2020 05:59:16 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 46E6C1BF78 for ; Sat, 18 Jul 2020 05:59:15 +0200 (CEST) IronPort-SDR: dRZ5Ms2atZ0oOwDF6PWcH7Ylpe8uvsBn8RMB60d1atJoH/Kc25U7pR00/wqwdWeuoeRuqdi4yV /HQ6W4pmJNaQ== X-IronPort-AV: E=McAfee;i="6000,8403,9685"; a="214410577" X-IronPort-AV: E=Sophos;i="5.75,365,1589266800"; d="scan'208";a="214410577" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jul 2020 20:59:13 -0700 IronPort-SDR: 37NzxZnBNNsBHOzqXvsK69dlKM/00h/YoUHzbUNcwzAPmydiVl3+tk7fzMBDC3oSWU82YXgLUq uXyTIdc315aQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,365,1589266800"; d="scan'208";a="391564419" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 17 Jul 2020 20:59:13 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 17 Jul 2020 20:59:13 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 17 Jul 2020 20:59:13 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.135]) with mapi id 14.03.0439.000; Sat, 18 Jul 2020 11:59:10 +0800 From: "Zhang, Qi Z" To: "Su, Simei" CC: "dev@dpdk.org" , "Guo, Jia" Thread-Topic: [PATCH] net/ice: fix issue for GTPU and GTPU extension packet Thread-Index: AQHWW+qOC4FRTsMLZ0GBIVvQ3uXR/qkMt5zA Date: Sat, 18 Jul 2020 03:59:09 +0000 Message-ID: <039ED4275CED7440929022BC67E706115485F2EF@SHSMSX103.ccr.corp.intel.com> References: <1594956456-338882-1-git-send-email-simei.su@intel.com> In-Reply-To: <1594956456-338882-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 issue for GTPU and GTPU extension packet 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: Friday, July 17, 2020 11:28 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Guo, Jia ; Su, Simei > > Subject: [PATCH] net/ice: fix issue for GTPU and GTPU extension packet >=20 > Because of incomplete protocol header fields, GTPU_INNER_IPV4_UDP and > GTPU_INNER_IPV4_TCP profile aren't included in inner ipv4 group. > This patch complements header fields for GTPU/GTPU_EH ipv4 rss config. >=20 > Besides, after configuring L4 port, GTPU and GTPU_EH packets don't do has= h > for UDP/TCP/SCTP. This patch also enables L4 hash for GTPU and GTPU > extension packets. >=20 > Fixes: d117de460035 ("net/ice: fix GTPU/PPPoE packets with no hash value"= ) >=20 > Signed-off-by: Simei Su Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi