From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH v7 2/6] app/proc_info: add metrics displaying Date: Tue, 17 Jan 2017 14:27:03 +0000 Message-ID: References: <1484583573-30163-1-git-send-email-remy.horton@intel.com> <1484583573-30163-3-git-send-email-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "Pattan, Reshma" , Thomas Monjalon To: "Van Haaren, Harry" , "dev@dpdk.org" Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 175F0106A for ; Tue, 17 Jan 2017 15:27:05 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 17/01/2017 11:08, Van Haaren, Harry wrote: [..] >> + " --metrics: to display derived metrics of the ports, disabled by " >> + "default\n" [..] > I presume there is no need for a --metrics-reset as the values are reset when printed, correct? Reset is not (currently) supported, as some of the expected future use of metrics is informational values that are not continually updated. > Is malloc() favoured over rte_malloc() for a reason? None I am aware of. There is a recent-ish preference for rte_malloc() over malloc() in new code, so will update.. ..Remy