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 BF256A04B6; Thu, 17 Sep 2020 07:18:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A84A21D527; Thu, 17 Sep 2020 07:18:26 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id BBD4C1D183 for ; Thu, 17 Sep 2020 07:18:24 +0200 (CEST) IronPort-SDR: A7jNZtj0Y53ziULXJGuagfIrejpjstiPjvwKUF8e3QgKd/Nb+HmO0b9+gPKzrPDm92W40PFK4D BGgO/eUwhm0Q== X-IronPort-AV: E=McAfee;i="6000,8403,9746"; a="177711301" X-IronPort-AV: E=Sophos;i="5.76,435,1592895600"; d="scan'208";a="177711301" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2020 22:18:23 -0700 IronPort-SDR: vAzoEQGiX8nphzYsnEiLhzLOwiguWk3xwJ6V7epnH+kjpw4DTB2nM7MMiUduBXsakAOstUsIsE n/VGWT7YJMHA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,435,1592895600"; d="scan'208";a="508263649" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga005.fm.intel.com with ESMTP; 16 Sep 2020 22:18:23 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 16 Sep 2020 22:18:22 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 17 Sep 2020 13:18:21 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Thu, 17 Sep 2020 13:18:21 +0800 From: "Zhang, Qi Z" To: "Guo, Junfeng" , "Xing, Beilei" CC: "dev@dpdk.org" , "Guo, Jia" Thread-Topic: [PATCH v4] net/iavf: reject floating RSS attribute Thread-Index: AQHWi/HHZxMyZwm72EaQ12nRWyXCbKlrueeAgACR3KA= Date: Thu, 17 Sep 2020 05:18:21 +0000 Message-ID: References: <20200916062633.111282-1-qi.z.zhang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4] net/iavf: reject floating RSS attribute 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, Junfeng > Sent: Thursday, September 17, 2020 12:35 PM > To: Zhang, Qi Z ; Xing, Beilei > Cc: dev@dpdk.org; Guo, Jia > Subject: RE: [PATCH v4] net/iavf: reject floating RSS attribute >=20 > > -----Original Message----- > > From: Zhang, Qi Z > > Sent: Wednesday, September 16, 2020 14:27 > > To: Xing, Beilei > > Cc: dev@dpdk.org; Guo, Junfeng ; Guo, Jia > > ; Zhang, Qi Z > > Subject: [PATCH v4] net/iavf: reject floating RSS attribute > > > > For RSS attribute don't have an associated RSS type, we need to reject > > it. > > > > Signed-off-by: Qi Zhang > > --- > > > > v4: > > - refine macros > > > > v3: > > - add missing floating l2 rss attribute check > > > > v2: > > - fix checkpatch warning. > > > > drivers/net/iavf/iavf_hash.c | 70 > > ++++++++++++++++++++++++------------ > > 1 file changed, 48 insertions(+), 22 deletions(-) > > > > -- > > 2.25.4 >=20 > Acked-by: Junfeng Guo Applied to dpdk-next-net-intel. Thanks Qi >=20 > Regards, > Junfeng Guo >=20