From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id BB2D25587 for ; Wed, 24 Oct 2018 07:41:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2018 22:41:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,419,1534834800"; d="scan'208";a="101960910" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 23 Oct 2018 22:41:36 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 23 Oct 2018 22:41:36 -0700 Received: from bgsmsx102.gar.corp.intel.com (10.223.4.172) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 23 Oct 2018 22:41:36 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.183]) by BGSMSX102.gar.corp.intel.com ([169.254.2.133]) with mapi id 14.03.0415.000; Wed, 24 Oct 2018 11:11:33 +0530 From: "Varghese, Vipin" To: Stephen Hemminger CC: "dev@dpdk.org" , "Tahhan, Maryam" , "Pattan, Reshma" , "Patel, Amol" , "Tummala, Sivaprasad" , "Byrne, Stephen1" , "Glynn, Michael J" Thread-Topic: [dpdk-dev] [PATCH v1 1/9] app/procinfo: add usage for new debug Thread-Index: AQHUatj0xn7Ik+Nvs0+/xNm5T+jqN6UslY6AgAFMvpA= Date: Wed, 24 Oct 2018 05:41:32 +0000 Message-ID: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2B35DE@BGSMSX101.gar.corp.intel.com> References: <20181023135751.21536-1-vipin.varghese@intel.com> <20181023081901.056cef27@xeon-e3> In-Reply-To: <20181023081901.056cef27@xeon-e3> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWI5OWU0N2YtOWQ1ZC00ZTFlLTlhYjEtODJiNTFkNDgzZjg3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidGJJd294NllEVUhwNXVUcXVFamZQZk51U1Zkejl6cllqOHBjblZ5am5Cc3dkMVVJWlpCM09vQWVNeWNHTnoxZyJ9 dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 05:41:38 -0000 Hi Stephen, >=20 > > + " --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[=3Dname] to display information for ring\n" > > + " --dbg-mempool[=3Dname] to display information for > mempool\n", >=20 > These might be useful outside of debugging, why not give them names like > --dbg-port =3D=3D --show-port > --dpb-tm =3D=3D --show-tm >=20 =20 Ok, as I understand you would like to reword 'dbg' to 'show' for 'port|tm|c= rypto|ring|mempool'. Sure I will do the same and share v2 Thanks Vipin Varghese