From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 08 Jun 2015 06:45:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,573,1427785200"; d="scan'208";a="584051916" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga003.jf.intel.com with ESMTP; 08 Jun 2015 06:45:17 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.51]) by IRSMSX152.ger.corp.intel.com ([169.254.6.148]) with mapi id 14.03.0224.002; Mon, 8 Jun 2015 14:45:16 +0100 From: "Tahhan, Maryam" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH 4/4] app: replace dump_cfg with proc_info Thread-Index: AQHQn7YLDSop2UFRK0WxvpXElD9NoZ2eV2SAgARJfUA= 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> In-Reply-To: <4131781.boZ19nMkdh@xps13> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 4/4] app: replace dump_cfg with proc_info X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 13:45:20 -0000 > > 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