Re: [dpdk-dev] [PATCH 1/4] malloc: separate creating memseg list and malloc heap

2018-12-14 Thread Yongseok Koh
On Thu, Nov 29, 2018 at 01:48:32PM +, Anatoly Burakov wrote: > Currently, creating external malloc heap involves also creating > a memseg list backing that malloc heap. We need to have them as > separate functions, to allow creating memseg lists without > creating a malloc heap. > > Signed-off

[dpdk-dev] [PATCH 1/4] malloc: separate creating memseg list and malloc heap

2018-11-29 Thread Anatoly Burakov
Currently, creating external malloc heap involves also creating a memseg list backing that malloc heap. We need to have them as separate functions, to allow creating memseg lists without creating a malloc heap. Signed-off-by: Anatoly Burakov --- lib/librte_eal/common/malloc_heap.c | 34 +