Re: [dpdk-dev] [RFC 04/11] malloc: add name to malloc heaps

2018-07-13 Thread Alejandro Lucero
On Fri, Jul 6, 2018 at 2:17 PM, Anatoly Burakov wrote: > We will need to refer to external heaps in some way. While we use > heap ID's internally, for external API use it has to be something > more user-friendly. So, we will be using a string to uniquely > identify a heap. > > Signed-off-by: Anat

[dpdk-dev] [RFC 04/11] malloc: add name to malloc heaps

2018-07-06 Thread Anatoly Burakov
We will need to refer to external heaps in some way. While we use heap ID's internally, for external API use it has to be something more user-friendly. So, we will be using a string to uniquely identify a heap. Signed-off-by: Anatoly Burakov --- lib/librte_eal/common/include/rte_malloc_heap.h |