Re: [dpdk-dev] Memory footprint of a PMD

2019-05-03 Thread Stephen Hemminger
On Fri, 3 May 2019 11:02:15 +0100 "Burakov, Anatoly" wrote: > On 03-May-19 10:37 AM, P Smith wrote: > > Hi, Given that a dpdk driver uses rte_malloc_xx() and friends to > > allocate/free its memory what is the best way to find out the runtime > > memory footprint of a PMD ? One can use 'mal

Re: [dpdk-dev] Memory footprint of a PMD

2019-05-03 Thread Burakov, Anatoly
On 03-May-19 10:37 AM, P Smith wrote: Hi, Given that a dpdk driver uses rte_malloc_xx() and friends to allocate/free its memory what is the best way to find out the runtime memory footprint of a PMD ? One can use 'malloc_info' to dump the malloc output in case of general 'malloc' ...but wh

[dpdk-dev] Memory footprint of a PMD

2019-05-03 Thread P Smith
Hi, Given that a dpdk driver uses rte_malloc_xx() and friends to allocate/free its memory what is the best way to find out the runtime memory footprint of a PMD ? One can use 'malloc_info' to dump the malloc output in case of general 'malloc' ...but what is the way here since it's all hugepa