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 26044A3160 for ; Fri, 11 Oct 2019 11:37:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 092F41EAE2; Fri, 11 Oct 2019 11:37:58 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 13C321EAB9; Fri, 11 Oct 2019 11:37:53 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Oct 2019 02:37:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,283,1566889200"; d="scan'208";a="200742845" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by FMSMGA003.fm.intel.com with ESMTP; 11 Oct 2019 02:37:52 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 11 Oct 2019 02:37:52 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 11 Oct 2019 02:37:52 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.96]) by SHSMSX151.ccr.corp.intel.com ([10.239.6.50]) with mapi id 14.03.0439.000; Fri, 11 Oct 2019 17:37:50 +0800 From: "Zhang, Qi Z" To: "Su, Simei" , "Yang, Qiming" , "Lu, Wenzhuo" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] net/ice: correct lut type for RSS Thread-Index: AQHVf/J/RBd7SNiymEuk+GFVX0Vmg6dVLvsQ Date: Fri, 11 Oct 2019 09:37:49 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153DAD647@SHSMSX105.ccr.corp.intel.com> References: <1570770747-11968-1-git-send-email-simei.su@intel.com> In-Reply-To: <1570770747-11968-1-git-send-email-simei.su@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDMwNDdhODUtNTQ1Ni00ODk1LTkyZGQtN2IwNmIxMGZjZTkxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUFp4VUhsTmJITWFMNTRWTnRcLzJQOXk3eUlDVW9UbTE3UG9cL3dmUyttSGZWWWkrXC9vQmkzNTRobW1vZDNnV1NrYiJ9 x-ctpclassification: CTP_NT 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-stable] [PATCH] net/ice: correct lut type for RSS X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: Su, Simei > Sent: Friday, October 11, 2019 1:12 PM > To: Zhang, Qi Z ; Yang, Qiming > ; Lu, Wenzhuo > Cc: dev@dpdk.org; Su, Simei ; stable@dpdk.org > Subject: [PATCH] net/ice: correct lut type for RSS >=20 > This patch changes RSS lut_type to corresponding macro. > =09 > Fixes: ff963bfa7cb1 ("net/ice: support RSS") > Cc: stable@dpdk.org >=20 > Signed-off-by: Simei Su Acked-by: Qi Zhang