From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Varghese, Vipin" Subject: Re: [PATCH v6 1/9] app/procinfo: add usage for new debug Date: Wed, 12 Dec 2018 15:06:13 +0000 Message-ID: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2DA197@BGSMSX101.gar.corp.intel.com> References: <20181122141543.37067-1-vipin.varghese@intel.com> <20181203055000.39012-1-vipin.varghese@intel.com> <20181203055000.39012-2-vipin.varghese@intel.com> <3AEA2BF9852C6F48A459DA490692831F2A3E9BB8@irsmsx110.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "thomas@monjalon.net" , "Byrne, Stephen1" , "Patel, Amol" To: "Pattan, Reshma" , "Ananyev, Konstantin" , "stephen@networkplumber.org" , "dev@dpdk.org" , "Mcnamara, John" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8F6E51B1FE for ; Wed, 12 Dec 2018 16:06:17 +0100 (CET) In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A3E9BB8@irsmsx110.ger.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > @@ -83,7 +87,13 @@ proc_info_usage(const char *prgname) > > " --stats-reset: to reset port statistics\n" > > " --xstats-reset: to reset port extended statistics\n" > > " --collectd-format: to print statistics to STDOUT in expected > by > > collectd format\n" > > - " --host-id STRING: host id used to identify the system process > > is running on\n", > > + " --host-id STRING: host id used to identify the system process > > is running on\n" > > + " --show-port to display ports information\n" > > + " --show-tm to display traffic manager information for > ports\n" > > + " --show-crypto to display crypto information\n" > > + " --show-ring[=3Dname] to display ring information\n" > > + " --show-mempool[=3Dname] to display mempool > information\n" > > + " --iter-mempool=3Dname to iterate mempool elements\n", > > prgname); > > } > > >=20 > Style related comment, add ' :' between command token and token messag= e, > similar to host-id and other . >=20 > Is iter-mempool option, only to iterate only or to display the elements a= lso? > Then update the help message. Thanks for sharing this thought, I am clear with the idea this does not con= vey the complete required message as explained 'Patch 9/9'. Hence I am read= y to reword as "" --iter-mempool=3Dname: to iterate mempool elements and d= isplay content\n " >=20 > Thanks, > Reshma