RE: [PATCH v12 1/6] memarea: introduce memarea library

2023-01-20 Thread Morten Brørup
> From: fengchengwen [mailto:fengcheng...@huawei.com] > Sent: Friday, 20 January 2023 09.21 > > Hi Morten, > > On 2023/1/15 15:58, Morten Brørup wrote: > >> From: Chengwen Feng [mailto:fengcheng...@huawei.com] > >> Sent: Saturday, 14 January 2023 12.50 > >> > >> The memarea library is an allocato

Re: [PATCH v12 1/6] memarea: introduce memarea library

2023-01-20 Thread fengchengwen
Hi Morten, On 2023/1/15 15:58, Morten Brørup wrote: >> From: Chengwen Feng [mailto:fengcheng...@huawei.com] >> Sent: Saturday, 14 January 2023 12.50 >> >> The memarea library is an allocator of variable-size object which based >> on a memory region. >> >> This patch provides rte_memarea_create() a

RE: [PATCH v12 1/6] memarea: introduce memarea library

2023-01-14 Thread Morten Brørup
> From: Chengwen Feng [mailto:fengcheng...@huawei.com] > Sent: Saturday, 14 January 2023 12.50 > > The memarea library is an allocator of variable-size object which based > on a memory region. > > This patch provides rte_memarea_create() and rte_memarea_destroy() API. > > Signed-off-by: Chengwen

[PATCH v12 1/6] memarea: introduce memarea library

2023-01-14 Thread Chengwen Feng
The memarea library is an allocator of variable-size object which based on a memory region. This patch provides rte_memarea_create() and rte_memarea_destroy() API. Signed-off-by: Chengwen Feng Reviewed-by: Dongdong Liu --- MAINTAINERS| 5 + doc/api/doxy-api-index.