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