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: Wed, 24 Oct 2018 08:56:37 -0700 Message-ID: <20181024085637.6d234763@xeon-e3> References: <20181023135751.21536-1-vipin.varghese@intel.com> <20181023081901.056cef27@xeon-e3> <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2B35DE@BGSMSX101.gar.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , "Tahhan, Maryam" , "Pattan, Reshma" , "Patel, Amol" , "Tummala, Sivaprasad" , "Byrne, Stephen1" , "Glynn, Michael J" To: "Varghese, Vipin" Return-path: Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) by dpdk.org (Postfix) with ESMTP id 509DB5F1F for ; Wed, 24 Oct 2018 17:56:48 +0200 (CEST) Received: by mail-pf1-f193.google.com with SMTP id t10-v6so1204890pfh.12 for ; Wed, 24 Oct 2018 08:56:48 -0700 (PDT) In-Reply-To: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2B35DE@BGSMSX101.gar.corp.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 Wed, 24 Oct 2018 05:41:32 +0000 "Varghese, Vipin" wrote: > Hi Stephen, > > > > > > > > + " --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 > > > > Ok, as I understand you would like to reword 'dbg' to 'show' for 'port|tm|crypto|ring|mempool'. Sure I will do the same and share v2 > > Thanks > Vipin Varghese > Yes. sorry if I wasn't clear enough.