From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 4/4] app: replace dump_cfg with proc_info Date: Mon, 08 Jun 2015 16:22:17 +0200 Message-ID: <17952780.JlVN7MLQJO@xps13> References: <1433525705-17041-1-git-send-email-maryam.tahhan@intel.com> <4131781.boZ19nMkdh@xps13> <1A27633A6DA49C4A92FCD5D4312DBF536A3E7834@IRSMSX109.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Tahhan, Maryam" Return-path: Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 6EB7AFFA for ; Mon, 8 Jun 2015 16:30:55 +0200 (CEST) Received: by wgbgq6 with SMTP id gq6so105051544wgb.3 for ; Mon, 08 Jun 2015 07:30:55 -0700 (PDT) In-Reply-To: <1A27633A6DA49C4A92FCD5D4312DBF536A3E7834@IRSMSX109.ger.corp.intel.com> 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" 2015-06-08 13:45, Tahhan, Maryam: > > > 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 +- > > > > 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 separate patch, or as a reworked version of this patch? In case there is no other comment, a separate patch is OK. Thanks