From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 4AA482BA8; Mon, 17 Sep 2018 09:21:54 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Sep 2018 00:21:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,384,1531810800"; d="scan'208";a="84121941" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 17 Sep 2018 00:20:51 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 17 Sep 2018 00:20:51 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 17 Sep 2018 00:20:51 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.240]) by shsmsx102.ccr.corp.intel.com ([169.254.2.226]) with mapi id 14.03.0319.002; Mon, 17 Sep 2018 15:20:49 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "Xing, Beilei" , "Lu, Wenzhuo" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] net/e1000: correct queue number in RSS configuration Thread-Index: AQHUSzCBdlHguP6NV0iCU6F1Z4nKEaTvVv/wgAS/ywA= Date: Mon, 17 Sep 2018 07:20:48 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153286F27@SHSMSX103.ccr.corp.intel.com> References: <1536822383-52153-1-git-send-email-beilei.xing@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDJkNzA4YzEtYTczNi00YjJiLWFmNTMtN2IwMTRmNjYyYzhmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWGQ2cWFMSVBIS1Q5TkFVdHZ2QjFKUHYwM2Z4d3VXVEl3clNFb1I4SkVwTXoxaDU1TjNKZHp2Q3hqYkxNcld3cCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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] [dpdk-dev] [PATCH] net/e1000: correct queue number in RSS configuration 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: , X-List-Received-Date: Mon, 17 Sep 2018 07:21:54 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhao1, Wei > Sent: Friday, September 14, 2018 2:50 PM > To: Xing, Beilei ; Lu, Wenzhuo > Cc: dev@dpdk.org; stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/e1000: correct queue number in RSS > configuration >=20 > > -----Original Message----- > > From: Xing, Beilei > > Sent: Thursday, September 13, 2018 3:06 PM > > To: Zhao1, Wei ; Lu, Wenzhuo > > > > Cc: dev@dpdk.org; stable@dpdk.org > > Subject: [PATCH] net/e1000: correct queue number in RSS configuration > > > > RSS configuration works for all e1000 NICs except 82576. > > This patch fixes this issue by correcting queue number in RSS configura= tion. > > > > Fixes: 424ae915baf0 ("net/e1000: move RSS to flow API") > > Fixes: ac8d22de2394 ("ethdev: flatten RSS configuration in flow API") > > Cc: stable@dpdk.org > > > > Signed-off-by: Beilei Xing > Acked-by: Wei Zhao Applied to dpdk-next-net-intel. Thanks Qi