Re: [dpdk-dev] [RFC 08/11] malloc: allow adding memory to named heaps

2018-07-13 Thread Alejandro Lucero
On Fri, Jul 6, 2018 at 2:17 PM, Anatoly Burakov wrote: > Add an API to add externally allocated memory to malloc heap. The > memory will be stored in memseg lists like regular DPDK memory. > Multiple segments are allowed within a heap. If IOVA table is > not provided, IOVA addresses are filled in

[dpdk-dev] [RFC 08/11] malloc: allow adding memory to named heaps

2018-07-06 Thread Anatoly Burakov
Add an API to add externally allocated memory to malloc heap. The memory will be stored in memseg lists like regular DPDK memory. Multiple segments are allowed within a heap. If IOVA table is not provided, IOVA addresses are filled in with RTE_BAD_IOVA. Signed-off-by: Anatoly Burakov --- lib/lib