From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8375323A for ; Tue, 22 May 2018 19:20:19 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2018 10:20:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,430,1520924400"; d="scan'208";a="43048655" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga007.jf.intel.com with ESMTP; 22 May 2018 10:20:17 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by IRSMSX153.ger.corp.intel.com ([169.254.9.5]) with mapi id 14.03.0319.002; Tue, 22 May 2018 18:20:16 +0100 From: "Iremonger, Bernard" To: "Yigit, Ferruh" , "Lu, Wenzhuo" , "Wu, Jingjing" CC: "dev@dpdk.org" , "Zhang, Qi Z" Thread-Topic: [PATCH] app/testpmd: fix descriptor number for Rx queue setup Thread-Index: AQHT8es7Xz5nHyNONU6Rck26sp4IdKQ7/g1g Date: Tue, 22 May 2018 17:20:16 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C24E0CF65D@IRSMSX108.ger.corp.intel.com> References: <20180522163720.58482-1-ferruh.yigit@intel.com> In-Reply-To: <20180522163720.58482-1-ferruh.yigit@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmM0ZTdhZjQtODNiMS00YjhhLTgyOGYtY2RmMTRkODAzYjI2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWkhSenBQVVp2a2UwXC9LRVREaUsxSEhWUTN0ZjgyeTRvTEp4ZGllNUhOMGdKZThIXC9FdTNaZXk5djAwVVwvK2hZSyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix descriptor number for Rx queue setup 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: , X-List-Received-Date: Tue, 22 May 2018 17:20:21 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, May 22, 2018 5:37 PM > To: Lu, Wenzhuo ; Wu, Jingjing > > Cc: dev@dpdk.org; Yigit, Ferruh ; Zhang, Qi Z > ; Iremonger, Bernard > > Subject: [PATCH] app/testpmd: fix descriptor number for Rx queue setup >=20 > Wrong index used to select descriptor number, causing setting up queue > with wrong number of descriptors. >=20 > Fixes: d44f8a485f5d ("app/testpmd: enable per queue configure") >=20 > Signed-off-by: Ferruh Yigit Acked-by: Bernard Iremonger