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 719271BD66 for ; Fri, 21 Dec 2018 01:40:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Dec 2018 16:40:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,379,1539673200"; d="scan'208";a="112254290" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 20 Dec 2018 16:40:15 -0800 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.408.0; Thu, 20 Dec 2018 16:40:14 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 20 Dec 2018 16:40:14 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.203]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.222]) with mapi id 14.03.0415.000; Fri, 21 Dec 2018 08:40:12 +0800 From: "Xu, Rosen" To: "Dumitrescu, Cristian" , "Singh, Jasvinder" , "dev@dpdk.org" CC: "Lu, Wenzhuo" , "Yigit, Ferruh" , "Wu, Jingjing" Thread-Topic: [PATCH] app/test-pmd: expand test-pmd queue threshold size of RED parameters Thread-Index: AQHUhWO0UoqBZQJoQEG808jqCZU68qVujpLQgAAJOuCAGQXnAIAA4utw Date: Fri, 21 Dec 2018 00:40:12 +0000 Message-ID: <0E78D399C70DA940A335608C6ED296D73A45B0C0@SHSMSX104.ccr.corp.intel.com> References: <1543221357-79801-1-git-send-email-rosen.xu@intel.com> <54CBAA185211B4429112C315DA58FF6D3366840C@IRSMSX103.ger.corp.intel.com> <0E78D399C70DA940A335608C6ED296D73A403D76@SHSMSX104.ccr.corp.intel.com> <3EB4FA525960D640B5BDFFD6A3D891268E817FE5@IRSMSX108.ger.corp.intel.com> In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891268E817FE5@IRSMSX108.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODg3ODkwM2UtOGE2Yy00NTEwLWJiNzctYTczYmE4NTI1NzdlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiN0xsNFwva0Y0d2hvQ3pxZDQ2d2hqeXp3bSs4NXVENjYrZU9vdWlPVlFBMmgwSURpUzcrTEgrTG1aS2tua3lYMHMifQ== 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-dev] [PATCH] app/test-pmd: expand test-pmd queue threshold size of RED parameters 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: Fri, 21 Dec 2018 00:40:17 -0000 Thanks Cristian. > -----Original Message----- > From: Dumitrescu, Cristian > Sent: Friday, December 21, 2018 3:08 > To: Xu, Rosen ; Singh, Jasvinder > ; dev@dpdk.org > Cc: Lu, Wenzhuo ; Yigit, Ferruh > ; Wu, Jingjing > Subject: RE: [PATCH] app/test-pmd: expand test-pmd queue threshold size o= f > RED parameters >=20 >=20 > > > > -----Original Message----- > > > > From: Xu, Rosen > > > > Sent: Monday, November 26, 2018 8:36 AM > > > > To: dev@dpdk.org > > > > Cc: Dumitrescu, Cristian ; Lu, > > > > Wenzhuo ; Singh, Jasvinder > > > > ; Xu, Rosen ; > > > > Yigit, Ferruh ; Wu, Jingjing > > > > > > > > Subject: [PATCH] app/test-pmd: expand test-pmd queue threshold > > > > size > > of > > > > RED parameters > > > > > > > > There's very commonly that more than 4G DDR memory in NIC for > > > > HQoS, > > > so > > > > right now the queue threshold size of RED needs to expand to uint64= _t. > > > > For struct rte_tm_red_params, it has been fixed, but for test-pmd > > > > TM configuration, it hasn't been fixed. This patch fixes it. > > > > > > > > Fixes: bddc2f40b594 ("app/testpmd: add commands for shaper and > > > > wred > > > > profiles") > > > > Cc: jasvinder.singh@intel.com > > > > > > > > Signed-off-by: Rosen Xu > > > > --- > > > > app/test-pmd/cmdline_tm.c | 24 ++++++++++++------------ > > > > 1 file changed, 12 insertions(+), 12 deletions(-) > > > > >=20 > > > Reviewed-by: Jasvinder Singh > > > > > >=20 > Acked-by: Cristian Dumitrescu >=20 > Applied to next-qos tree, thanks!