From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Pattan, Reshma" Subject: Re: [PATCH v6 1/9] app/procinfo: add usage for new debug Date: Wed, 12 Dec 2018 14:14:53 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A3E9BB8@irsmsx110.ger.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> 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: "Varghese, Vipin" , "Ananyev, Konstantin" , "stephen@networkplumber.org" , "dev@dpdk.org" , "Mcnamara, John" Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 6D6491B3B9 for ; Wed, 12 Dec 2018 15:14:57 +0100 (CET) In-Reply-To: <20181203055000.39012-2-vipin.varghese@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" > -----Original Message----- > From: Varghese, Vipin > Sent: Monday, December 3, 2018 5:50 AM > Subject: [PATCH v6 1/9] app/procinfo: add usage for new debug >=20 > @@ -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 message,= similar to host-id and other . Is iter-mempool option, only to iterate only or to display the elements als= o? Then update the help message. Thanks, Reshma