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 2A841A0526; Tue, 21 Jul 2020 07:23:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F263B1BFFC; Tue, 21 Jul 2020 07:23:48 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 5F2C11BFD4 for ; Tue, 21 Jul 2020 07:23:47 +0200 (CEST) IronPort-SDR: 9oeVzpNgkgvY1NIard/NjkR0M1suzniOrjEUwzhV7Tgpj1BPnmqfWtP43L391ijQ1Rpjt+K+my 8s64hzfVIe8w== X-IronPort-AV: E=McAfee;i="6000,8403,9688"; a="137553754" X-IronPort-AV: E=Sophos;i="5.75,377,1589266800"; d="scan'208";a="137553754" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2020 22:23:46 -0700 IronPort-SDR: +sJ4yR7dLuZN45qPdXGbikaPTpC1j7ORvcvs6+OzY0OTZlV7mBSchTaEyBZ1SMVkJP0hzq1PBP fDpMoRL8cUfQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,377,1589266800"; d="scan'208";a="431859182" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga004.jf.intel.com with ESMTP; 20 Jul 2020 22:23:46 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 20 Jul 2020 22:23:45 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 20 Jul 2020 22:23:45 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by shsmsx102.ccr.corp.intel.com ([169.254.2.43]) with mapi id 14.03.0439.000; Tue, 21 Jul 2020 13:23:42 +0800 From: "Zhang, Qi Z" To: "Guo, Jia" , "Xing, Beilei" , "Wu, Jingjing" CC: "dev@dpdk.org" , "Guo, Junfeng" , "Su, Simei" Thread-Topic: [dpdk-dev v1] net/iavf: fix issue for GTPU l4 hash Thread-Index: AQHWXkqjkDlidbjRJEm9fkhelg/jh6kRgWgQ Date: Tue, 21 Jul 2020 05:23:42 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154863095@SHSMSX103.ccr.corp.intel.com> References: <20200720040020.88268-1-jia.guo@intel.com> In-Reply-To: <20200720040020.88268-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 v1] net/iavf: fix issue for GTPU l4 hash 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, July 20, 2020 12:00 PM > To: Zhang, Qi Z ; Xing, Beilei ; > Wu, Jingjing > Cc: dev@dpdk.org; Guo, Junfeng ; Su, Simei > ; Guo, Jia > Subject: [dpdk-dev v1] net/iavf: fix issue for GTPU l4 hash >=20 > When the configure pattern involve GTPU inner l3 and l4, even the > configure input set only l3 but not l4, the different l4 protocol > header should also be configured for the different l4 protocol. >=20 > Fixes: 215a247b5f33 ("net/iavf: refactor hash flow") > Fixes: 642f20195015 ("net/iavf: support RSS for IPv4 IPv6 mix of GTP") Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi