Re: [PATCH v16 3/6] memarea: support alloc and free API

2023-07-17 Thread Burakov, Anatoly
On 7/10/2023 7:49 AM, Chengwen Feng wrote: This patch supports rte_memarea_alloc() and rte_memarea_free() API. Signed-off-by: Chengwen Feng Reviewed-by: Dongdong Liu Acked-by: Morten Brørup --- Hi, Kind of a general question: the allocation code doesn't seem to take into account that sinc

[PATCH v16 3/6] memarea: support alloc and free API

2023-07-09 Thread Chengwen Feng
This patch supports rte_memarea_alloc() and rte_memarea_free() API. Signed-off-by: Chengwen Feng Reviewed-by: Dongdong Liu Acked-by: Morten Brørup --- doc/guides/prog_guide/memarea_lib.rst | 6 + lib/memarea/memarea_private.h | 10 ++ lib/memarea/rte_memarea.c | 164