Re: [PATCH v3 00/10] introduce memarea library

2022-10-04 Thread datshan
Hi David,   The v5 (send by dats...@qq.com) is sent to fix it, please have a look. Thanks. On 2022/10/3 15:42, David Marchand wrote: On Sat, Sep 24, 2022 at 9:56 AM Chengwen Feng wrote: The memarea library is an allocator of variable-size object which based on a memory region. The main featu

Re: [PATCH v3 00/10] introduce memarea library

2022-10-03 Thread David Marchand
On Sat, Sep 24, 2022 at 9:56 AM Chengwen Feng wrote: > > The memarea library is an allocator of variable-size object which based > on a memory region. The main features are as follows: > > - The default alignment size is RTE_CACHE_LINE_SIZE. > > - The memory region can be initialized from the foll

[PATCH v3 00/10] introduce memarea library

2022-09-24 Thread Chengwen Feng
The memarea library is an allocator of variable-size object which based on a memory region. The main features are as follows: - The default alignment size is RTE_CACHE_LINE_SIZE. - The memory region can be initialized from the following memory sources: 1. RTE memory: e.g. invoke rte_malloc_so