From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=6qdZND06Y64jgr5ruDhCrW457sLWloZvBV2WVSkwBZE=; b=mXW7Z0qcj9xPKaHuVJq0Z2tv3VlctJSIb65FF7PrDe/pa2Ek+eqXzu0wnhq2tcowDg L1Mgq8/uU4PjS2gS+fjhqsLDFmnb+GXPg4BXbEDgCrO/7P+54hsHUs5hDk2yPtzS0xkL rm6t67QCwEERHUJ+hwxFEgpuxYlW8MYGfagN8L9DiMgVpjzm/50WYBsTNWnL9DYltFFM axGk3ntskSKQFVL8OMmuxjXh38cVoYccQrqYZf5cHVsRoD+oa3tYc+eLHnmJwCNXgvJT T3TOy6AdU0PzIwNNhG1uCy7wtCy3YGaQrteApL00dYPtxlF/VB8KxJ126tgNaItej6+R 4ZzQ== X-Gm-Message-State: ALoCoQlFTmdkfS2NpZzfH6FAbTOpDQ79BJSw43Jk3uS3d5y85FSukq8RBDAUZwliOqqoH7HzlTeV X-Received: by 10.180.74.210 with SMTP id w18mr22515242wiv.77.1433773855317; Mon, 08 Jun 2015 07:30:55 -0700 (PDT) Received: from xps13.localnet (58.26.90.92.rev.sfr.net. [92.90.26.58]) by mx.google.com with ESMTPSA id z9sm1312849wiv.9.2015.06.08.07.30.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Jun 2015 07:30:54 -0700 (PDT) From: Thomas Monjalon To: "Tahhan, Maryam" Date: Mon, 08 Jun 2015 16:22:17 +0200 Message-ID: <17952780.JlVN7MLQJO@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1A27633A6DA49C4A92FCD5D4312DBF536A3E7834@IRSMSX109.ger.corp.intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 14:30:55 -0000 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