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 EE682A04CC; Mon, 21 Sep 2020 14:41:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 77EBB1D9CB; Mon, 21 Sep 2020 14:41:36 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 1ED461D96C; Mon, 21 Sep 2020 14:41:33 +0200 (CEST) IronPort-SDR: 2c7Tnz6u96eBxAsIsj9kcQiNjtwuqVJZvycHqKiL852zJvWFUXLDhKkqPilDm8hx8hRPS0+dLK 5ksFUQmUr23A== X-IronPort-AV: E=McAfee;i="6000,8403,9750"; a="245202336" X-IronPort-AV: E=Sophos;i="5.77,286,1596524400"; d="scan'208";a="245202336" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2020 05:41:29 -0700 IronPort-SDR: NidNiFOjms5qL6iA3cFtdX6yrBHXvxYqN3hSoQiQnFWT04YidRM6tq65Axff3C96AqxhNzwNsM 50xqgaQEty1w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,286,1596524400"; d="scan'208";a="309015831" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga006.jf.intel.com with ESMTP; 21 Sep 2020 05:41:28 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) 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; Mon, 21 Sep 2020 05:41:27 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 21 Sep 2020 20:41:25 +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; Mon, 21 Sep 2020 20:41:25 +0800 From: "Zhang, Qi Z" To: "Xu, Ting" CC: "dev@dpdk.org" , "Xing, Beilei" , "stable@dpdk.org" Thread-Topic: [PATCH] net/iavf: fix iterator for RSS LUT Thread-Index: AQHWj/D+kFzOjoJoKUeox/joSG9rbqlyPVgAgADLixA= Date: Mon, 21 Sep 2020 12:41:25 +0000 Message-ID: References: <20200921083058.193611-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] net/iavf: fix iterator for RSS LUT 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: Xu, Ting > Sent: Monday, September 21, 2020 4:32 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Xing, Beilei ; stable@dpdk.org > Subject: RE: [PATCH] net/iavf: fix iterator for RSS LUT >=20 > > -----Original Message----- > > From: Zhang, Qi Z > > Sent: Monday, September 21, 2020 4:31 PM > > To: Xu, Ting > > Cc: dev@dpdk.org; Xing, Beilei ; Zhang, Qi Z > > ; stable@dpdk.org > > Subject: [PATCH] net/iavf: fix iterator for RSS LUT > > > > Change RSS LUT iterator from uint8_t to uint16_t since the RSS LUT > > size could execeed 255. s/execeed/exceed > > > > Fixes: 69dd4c3d0898 ("net/avf: enable queue and device") > > Cc: stable@dpdk.org > > > > Signed-off-by: Qi Zhang > Acked-by: Ting Xu Applied to dpdk-next-net-intel with above typo fix Thanks Qi >=20