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 74D28A0526; Tue, 21 Jul 2020 07:10:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 617D31BFFC; Tue, 21 Jul 2020 07:10:23 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 406741BFEF for ; Tue, 21 Jul 2020 07:10:22 +0200 (CEST) IronPort-SDR: cAYM7Yc71E8pEiJGwWylk123cU4FlcwlRLy2LaEBzmV9jfu/DuWiow9nFbJF1G/tb6qI/K4HDZ tqgf70CxbwxA== X-IronPort-AV: E=McAfee;i="6000,8403,9688"; a="149218581" X-IronPort-AV: E=Sophos;i="5.75,377,1589266800"; d="scan'208";a="149218581" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2020 22:10:21 -0700 IronPort-SDR: iKWYCHk4qEX7ukmAY6OWc+o+Vv2HRHKusrdhOIb/RyPVt3i0ZDq/1J1gcoG8ffToMBl1PM+cb2 awDFob6/Kayg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,377,1589266800"; d="scan'208";a="431856486" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga004.jf.intel.com with ESMTP; 20 Jul 2020 22:10:21 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) 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:10:20 -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; Tue, 21 Jul 2020 13:10:17 +0800 From: "Zhang, Qi Z" To: "Guo, Jia" , "Yang, Qiming" CC: "dev@dpdk.org" , "Su, Simei" Thread-Topic: [dpdk-dev v1] net/ice: fix symmetric hash configuration Thread-Index: AQHWXnZy8WXwlCocrkijYnIuRD9J7qkRfVug Date: Tue, 21 Jul 2020 05:10:17 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154863053@SHSMSX103.ccr.corp.intel.com> References: <20200720091356.59144-1-jia.guo@intel.com> In-Reply-To: <20200720091356.59144-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 symmetric hash configuration 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 5:14 PM > To: Zhang, Qi Z ; Yang, Qiming > Cc: dev@dpdk.org; Su, Simei ; Guo, Jia > Subject: [dpdk-dev v1] net/ice: fix symmetric hash configuration >=20 > Some protocol don't support symmetric hash, need to handle these cases. > When set an invalid symmetric hash rule, just return failed. >=20 > Fixes: 7d0824387e63 ("net/ice: fix invalid RSS type") > Signed-off-by: Jeff Guo Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks. Qi