Re: [dpdk-dev] Memory requirement calculation to create mempools with external memory

2020-04-10 Thread Burakov, Anatoly
On 04-Apr-20 5:27 AM, Bao-Long Tran wrote: Hi, My goal is to create mbuf pools using external memory with rte_malloc_heap_*(). The initial implementation goes like this: - Create an empty heap rte_malloc_heap_create() - Calculate memory required - Provision and add the calculated single memory c

[dpdk-dev] Memory requirement calculation to create mempools with external memory

2020-04-03 Thread Bao-Long Tran
Hi, My goal is to create mbuf pools using external memory with rte_malloc_heap_*(). The initial implementation goes like this: - Create an empty heap rte_malloc_heap_create() - Calculate memory required - Provision and add the calculated single memory chunk to the heap rte_malloc_heap_memory_ad