[dpdk-dev] [PATCH v7 2/6] app/proc_info: add metrics displaying

Remy Horton remy.horton at intel.com
Tue Jan 17 15:27:03 CET 2017


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


More information about the dev mailing list