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 C5419A0524; Mon, 27 Jul 2020 11:08:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AC0D61BFF5; Mon, 27 Jul 2020 11:08:35 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 00CDA1BFE8 for ; Mon, 27 Jul 2020 11:08:34 +0200 (CEST) IronPort-SDR: KTml/F1ZTd8A26GYAhGc2/0T+nRbdrgke5iB4UKdpRiaoGR+Xvq80ThWT51owmyT4jb+ldsIbd 6hUPbjxOj/Lw== X-IronPort-AV: E=McAfee;i="6000,8403,9694"; a="148453484" X-IronPort-AV: E=Sophos;i="5.75,402,1589266800"; d="scan'208";a="148453484" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jul 2020 02:08:34 -0700 IronPort-SDR: oLwwkLvniLvuhfSFYYCZyrVQPpjLVBCClLgrZy+lq1zIkvUHBT4TjFHP4BwH20LFrauuBV83bw RlUyQarBlaSg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,402,1589266800"; d="scan'208";a="327952502" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 27 Jul 2020 02:08:34 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 27 Jul 2020 02:08:33 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 27 Jul 2020 02:08:33 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.250]) with mapi id 14.03.0439.000; Mon, 27 Jul 2020 17:08:28 +0800 From: "Zhang, Qi Z" To: "Guo, Jia" , "Yang, Qiming" CC: "dev@dpdk.org" , "Su, Simei" Thread-Topic: [dpdk-dev v1] net/ice: fix invalid hash validation Thread-Index: AQHWY+w3je974SUzwESJrU5gIINOO6kbIuSg Date: Mon, 27 Jul 2020 09:08:28 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154866D20@SHSMSX103.ccr.corp.intel.com> References: <20200727075831.69856-1-jia.guo@intel.com> In-Reply-To: <20200727075831.69856-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/ice: fix invalid hash validation 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 27, 2020 3:59 PM > To: Zhang, Qi Z ; Yang, Qiming > Cc: dev@dpdk.org; Su, Simei ; Guo, Jia > > Subject: [dpdk-dev v1] net/ice: fix invalid hash validation >=20 > An invalid rule should not be validated successfully. If the rule is not = in the > supporting list, just return failure to application. >=20 > Signed-off-by: Jeff Guo Acked-by: Qi Zhang Applied to dpdk-next-net-intel with below fix line Fixes: 5ad3db8d4bdd ("net/ice: enable advanced RSS") Thanks Qi