From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 477B52BD6 for ; Thu, 26 May 2016 04:55:31 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 25 May 2016 19:55:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,366,1459839600"; d="scan'208";a="814994743" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 25 May 2016 19:55:30 -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.248.2; Wed, 25 May 2016 19:55:30 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.58]) by SHSMSX152.ccr.corp.intel.com ([10.239.6.52]) with mapi id 14.03.0248.002; Thu, 26 May 2016 10:55:28 +0800 From: "Wang, Zhihong" To: Thomas Monjalon CC: "dev@dpdk.org" , "Ananyev, Konstantin" , "Richardson, Bruce" , "De Lara Guarch, Pablo" Thread-Topic: [PATCH 4/6] testpmd: handle all rxqs in rss setup Thread-Index: AQHRp1t6E6Jps96snEyYYcYz42gwK5/I/piAgAGmq1A= Date: Thu, 26 May 2016 02:55:27 +0000 Message-ID: <8F6C2BD409508844A0EFC19955BE09411074374B@SHSMSX103.ccr.corp.intel.com> References: <1462488421-118990-1-git-send-email-zhihong.wang@intel.com> <1462488421-118990-5-git-send-email-zhihong.wang@intel.com> <1591071.TKkbpo8ne8@xps13> In-Reply-To: <1591071.TKkbpo8ne8@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjc1YTM0ZDQtOGRhMy00ZWIzLTg2OGYtMGJjY2ZlZTJlMjk2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkdOeDNcL3JqWDdWT2FyRXZsdUl5elVQR0IwM3BMWE8xY1BtSXNvU3J2MTZJPSJ9 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] [PATCH 4/6] testpmd: handle all rxqs in rss setup X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2016 02:55:31 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, May 25, 2016 5:42 PM > To: Wang, Zhihong > Cc: dev@dpdk.org; Ananyev, Konstantin ; > Richardson, Bruce ; De Lara Guarch, Pablo > > Subject: Re: [PATCH 4/6] testpmd: handle all rxqs in rss setup >=20 > 2016-05-05 18:46, Zhihong Wang: > > This patch removes constraints in rxq handling when multiqueue is enabl= ed > > to handle all the rxqs. > > > > Current testpmd forces a dedicated core for each rxq, some rxqs may be > > ignored when core number is less than rxq number, and that causes confu= sion > > and inconvenience. >=20 > I have the feeling that "constraints", "confusion" and "inconvenience" > should be more explained. > Please give some examples with not enough and too much cores. Thanks Sure, will add detailed description in v2 ;)