From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v1 1/9] app/procinfo: add usage for new debug Date: Tue, 23 Oct 2018 08:19:01 -0700 Message-ID: <20181023081901.056cef27@xeon-e3> References: <20181023135751.21536-1-vipin.varghese@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, maryam.tahhan@intel.com, reshma.pattan@intel.com, amol.patel@intel.com, sivaprasad.tummala@intel.com, stephen1.byrne@intel.com, michael.j.glynn@intel.com To: Vipin Varghese Return-path: Received: from mail-pl1-f179.google.com (mail-pl1-f179.google.com [209.85.214.179]) by dpdk.org (Postfix) with ESMTP id 856A91B150 for ; Tue, 23 Oct 2018 17:19:05 +0200 (CEST) Received: by mail-pl1-f179.google.com with SMTP id 30-v6so775896plb.10 for ; Tue, 23 Oct 2018 08:19:05 -0700 (PDT) In-Reply-To: <20181023135751.21536-1-vipin.varghese@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, 23 Oct 2018 19:27:43 +0530 Vipin Varghese wrote: > + " --dbg-port to display information for all available ports\n" > + " --dbg-tm to display information for traffic manager\n" > + " --dbg-crypto to display information for crypto\n" > + " --dbg-ring[=name] to display information for ring\n" > + " --dbg-mempool[=name] to display information for mempool\n", These might be useful outside of debugging, why not give them names like --dbg-port == --show-port --dpb-tm == --show-tm etc.