From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 247131BCE3 for ; Thu, 20 Dec 2018 20:07:51 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Dec 2018 11:07:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,378,1539673200"; d="scan'208";a="100294882" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga007.jf.intel.com with ESMTP; 20 Dec 2018 11:07:49 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.26]) by IRSMSX152.ger.corp.intel.com ([169.254.6.8]) with mapi id 14.03.0415.000; Thu, 20 Dec 2018 19:07:49 +0000 From: "Dumitrescu, Cristian" To: "Xu, Rosen" , "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: AQHUhWO0vHrHJQJZXkKGQq0h2TwpAqVujwUAgAAI3YCAGYuYkA== Date: Thu, 20 Dec 2018 19:07:48 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E817FE5@IRSMSX108.ger.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> In-Reply-To: <0E78D399C70DA940A335608C6ED296D73A403D76@SHSMSX104.ccr.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: [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/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: Thu, 20 Dec 2018 19:07:52 -0000 > > > -----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(-) > > > > > Reviewed-by: Jasvinder Singh > > >=20 Acked-by: Cristian Dumitrescu Applied to next-qos tree, thanks!