From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=SBY2ruALMOgVkXaSjE2KKnutl3vNjVirh6hqlMmnhn8=; b=m5h9eP/fPmo7/w4ZVKMVHC0rhTMGrfZIW17BH1ZOjr3EuyO0y0oXD3t97XvfbMwo70 dGhiyOuELEDTfJXvFPDjfQ49yeHj4poiovovdyac7cY484QkCOamJqOCkhLRsaxLD9nr 4tPSGt49VhhAgrANu6nRVVA1smsQyij1DUgRBL9fv/qi99FXt/m6mswpycspGerehot2 iS7thLGUed8JOXxIpe4rPHiHZI0beubw42fonh4EJUuB11yJUXV9vEOq0exDsl5/xMz2 B8+WssJF56yvmbk+KTxzgkisTaN0oqlYPw0ka8On4EMB82miwVD8YhDP4wIfIaWguGFm zONQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=SBY2ruALMOgVkXaSjE2KKnutl3vNjVirh6hqlMmnhn8=; b=djp1Gdk+Ob2jvrle+29csbJBUhgDNaUYleF1lAQBXZxD0lI3vhfOuqTJRuZlCOpX8u m7P2ttFlqtFShIxFiiX+Yd/GHtzLk8pUas65GUCGjH1n0AkIT24skJF0QpihNA9/S8iY iFp4Lbf8FgSGz0iuNI7FFvbGe6p/MzQgCAQceO9h8ipDBxeVp5oGO2KtNrIFf2EQXFN1 1iwJQrfWQFxRLz/iZKs05FO/UqHExlJGE297d0tCKKUjoIQWBbjp8Xlx2FFEyBMPWNWp bqXWEZLwknac6XrLlUq0EsAEY+Dzb3C+8i6erGpo1XM2MtDd8BNprmRZ9saUNLscHJSi 1MFw== X-Gm-Message-State: AGRZ1gKoXlO1htcyjZWPoQG5Emr1BQzv4PH0fQTaudEGf8/syLLhteGu soBZM/Ge8emQdrSvqvuNK4/9v5AVAD4= X-Google-Smtp-Source: AJdET5dYq4+M8W6FTvRGHRZWuqYu60K5XuLAlacRXLP/CUEg4JxGYCfSv7FmOBBf9BTnSUAmjABLXQ== X-Received: by 2002:a63:9041:: with SMTP id a62mr3002690pge.163.1540396607334; Wed, 24 Oct 2018 08:56:47 -0700 (PDT) Received: from xeon-e3 (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id q123-v6sm10171788pfq.169.2018.10.24.08.56.46 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 24 Oct 2018 08:56:47 -0700 (PDT) Date: Wed, 24 Oct 2018 08:56:37 -0700 From: Stephen Hemminger To: "Varghese, Vipin" Cc: "dev@dpdk.org" , "Tahhan, Maryam" , "Pattan, Reshma" , "Patel, Amol" , "Tummala, Sivaprasad" , "Byrne, Stephen1" , "Glynn, Michael J" Message-ID: <20181024085637.6d234763@xeon-e3> In-Reply-To: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2B35DE@BGSMSX101.gar.corp.intel.com> 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 Subject: Re: [dpdk-dev] [PATCH v1 1/9] app/procinfo: add usage for new debug X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2018 15:56:48 -0000 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.