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 1F548A0528; Thu, 9 Jul 2020 13:22:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CED681E4BB; Thu, 9 Jul 2020 13:22:21 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id E16F31E490 for ; Thu, 9 Jul 2020 13:22:20 +0200 (CEST) IronPort-SDR: nFVxaTR0t2FHAl6N+JRc4UqYLy53h52n1PZsmGv54DLUlvT9E6cv0G8lQBwcgWN1IGGOI7qNZA rP9H92V7Z/EA== X-IronPort-AV: E=McAfee;i="6000,8403,9676"; a="212892299" X-IronPort-AV: E=Sophos;i="5.75,331,1589266800"; d="scan'208";a="212892299" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jul 2020 04:22:19 -0700 IronPort-SDR: W//tStQ32UMtNrCgXxy6P/8Ji9Yo/dE0fU4F2RIhGY85aH5iG6OvEMa0aU3YR3YxlJ425ISNGV xupLmU16s+sA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,331,1589266800"; d="scan'208";a="457874316" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga005.jf.intel.com with ESMTP; 09 Jul 2020 04:22:19 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 9 Jul 2020 04:22:19 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 9 Jul 2020 04:22:18 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.22]) with mapi id 14.03.0439.000; Thu, 9 Jul 2020 19:22:15 +0800 From: "Zhang, Qi Z" To: "Su, Simei" CC: "dev@dpdk.org" , "Guo, Jia" Thread-Topic: [PATCH] net/ice: fix incomplete protocol header for PPPoE Thread-Index: AQHWVblkyRvvNlJPRU+fYVxAOqd2k6j/GpXA Date: Thu, 9 Jul 2020 11:22:15 +0000 Message-ID: <039ED4275CED7440929022BC67E70611548597DF@SHSMSX103.ccr.corp.intel.com> References: <1594275688-283889-1-git-send-email-simei.su@intel.com> In-Reply-To: <1594275688-283889-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 incomplete protocol header for PPPoE 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: Thursday, July 9, 2020 2:21 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Guo, Jia ; Su, Simei > > Subject: [PATCH] net/ice: fix incomplete protocol header for PPPoE >=20 > When adding a RSS rule with pattern MAC_PPPOE_IPV4_UDP and input set > SRC/DST IPV4, because of incomplete protocol header fields, the rule can'= t do > hash with inner src/dst ipv4. PPPOE_IPV4_TCP/SCTP and > PPPOE_IPV6_UDP/TCP/SCTP also have similar issues. This patch > complements protocol header fields for PPPOE data packets. >=20 > Fixes: dfaedcf20170 ("net/ice: refactor PF hash flow") >=20 > Signed-off-by: Simei Su Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi