Re: [dpdk-dev] [RFC 05/11] malloc: enable retrieving statistics from named heaps

2018-07-13 Thread Alejandro Lucero
On Fri, Jul 6, 2018 at 2:17 PM, Anatoly Burakov wrote: > Add internal functions to look up heap by name, and enable > dumping statistics for a specified named heap. > > Signed-off-by: Anatoly Burakov > --- > lib/librte_eal/common/include/rte_malloc.h | 19 +++-- > lib/librte_eal/common/

[dpdk-dev] [RFC 05/11] malloc: enable retrieving statistics from named heaps

2018-07-06 Thread Anatoly Burakov
Add internal functions to look up heap by name, and enable dumping statistics for a specified named heap. Signed-off-by: Anatoly Burakov --- lib/librte_eal/common/include/rte_malloc.h | 19 +++-- lib/librte_eal/common/malloc_heap.c| 31 ++ lib/librte_eal/commo