> -----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 > > @@ -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[=name] to display ring information\n" > + " --show-mempool[=name] to display mempool information\n" > + " --iter-mempool=name to iterate mempool elements\n", > prgname); > } > 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 also? Then update the help message. Thanks, Reshma
- [dpdk-dev] [PATCH v5 4/9] app/procinfo: add support for sh... Vipin Varghese
- [dpdk-dev] [PATCH v5 5/9] app/procinfo: add support for sh... Vipin Varghese
- [dpdk-dev] [PATCH v5 7/9] app/procinfo: add support for de... Vipin Varghese
- [dpdk-dev] [PATCH v5 6/9] app/procinfo: add support for sh... Vipin Varghese
- [dpdk-dev] [PATCH v5 8/9] app/procinfo: add support for sh... Vipin Varghese
- [dpdk-dev] [PATCH v5 9/9] doc/procinfo: add information fo... Vipin Varghese
- Re: [dpdk-dev] [PATCH v5 9/9] doc/procinfo: add infor... Mcnamara, John
- Re: [dpdk-dev] [PATCH v5 9/9] doc/procinfo: add i... Varghese, Vipin
- [dpdk-dev] [PATCH v6 0/9] app/proc-info: improve debug of ... Vipin Varghese
- [dpdk-dev] [PATCH v6 1/9] app/procinfo: add usage for... Vipin Varghese
- Re: [dpdk-dev] [PATCH v6 1/9] app/procinfo: add u... Pattan, Reshma
- Re: [dpdk-dev] [PATCH v6 1/9] app/procinfo: a... Varghese, Vipin
- [dpdk-dev] [PATCH v7 0/9] app/proc-info: improve ... Vipin Varghese
- [dpdk-dev] [PATCH v7 2/9] app/procinfo: add c... Vipin Varghese
- [dpdk-dev] [PATCH v7 3/9] app/procinfo: add p... Vipin Varghese
- [dpdk-dev] [PATCH v7 1/9] app/procinfo: add u... Vipin Varghese
- [dpdk-dev] [PATCH v7 5/9] app/procinfo: add s... Vipin Varghese
- [dpdk-dev] [PATCH v7 6/9] app/procinfo: add s... Vipin Varghese
- [dpdk-dev] [PATCH v7 4/9] app/procinfo: add s... Vipin Varghese
- [dpdk-dev] [PATCH v7 8/9] app/procinfo: add s... Vipin Varghese
- [dpdk-dev] [PATCH v7 7/9] app/procinfo: add s... Vipin Varghese