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: Fri, 05 Jun 2015 23:08:37 +0200 Message-ID: <4131781.boZ19nMkdh@xps13> References: <1433525705-17041-1-git-send-email-maryam.tahhan@intel.com> <1433525705-17041-5-git-send-email-maryam.tahhan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Maryam Tahhan Return-path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id F3147C34C for ; Fri, 5 Jun 2015 23:09:30 +0200 (CEST) Received: by wgbgq6 with SMTP id gq6so65381587wgb.3 for ; Fri, 05 Jun 2015 14:09:30 -0700 (PDT) In-Reply-To: <1433525705-17041-5-git-send-email-maryam.tahhan@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-05 18:35, Maryam Tahhan: > 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?