From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tahhan, Maryam" Subject: Re: [PATCH 4/4] app: replace dump_cfg with proc_info Date: Mon, 8 Jun 2015 13:45:16 +0000 Message-ID: <1A27633A6DA49C4A92FCD5D4312DBF536A3E7834@IRSMSX109.ger.corp.intel.com> References: <1433525705-17041-1-git-send-email-maryam.tahhan@intel.com> <1433525705-17041-5-git-send-email-maryam.tahhan@intel.com> <4131781.boZ19nMkdh@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Thomas Monjalon Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9246111C5 for ; Mon, 8 Jun 2015 15:45:19 +0200 (CEST) In-Reply-To: <4131781.boZ19nMkdh@xps13> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Extend dump_cfg to also display statistcs information for given DPDK > > ports and rename the application to proc_info as it's now a utility > > doing a little more than just dumping the memory information for DPDK. > > > > Signed-off-by: Maryam Tahhan > > --- > > app/Makefile | 2 +- > > app/dump_cfg/Makefile | 45 ----- > > app/dump_cfg/main.c | 92 --------- > > app/proc_info/Makefile | 45 +++++ > > app/proc_info/main.c | 525 > +++++++++++++++++++++++++++++++++++++++++++++++++ > > mk/rte.sdktest.mk | 4 +- >=20 > It looks promising, thanks. > Would you consider adding yourself as a maintainer of this app? Yep, I can do that. Should I add myself to the maintainers file in a separa= te patch, or as a reworked version of this patch? BR Maryam