[dpdk-dev] [PATCH v7 04/11] eal/mem: extract common code for memseg list initialization

2020-06-08 Thread Dmitry Kozlyuk
All supported OS create memory segment lists (MSL) and reserve VA space for them in a nearly identical way. Move common code into EAL private functions to reduce duplication. Signed-off-by: Dmitry Kozlyuk --- lib/librte_eal/common/eal_common_memory.c | 97 ++ lib/librte_eal/comm

Re: [dpdk-dev] [PATCH v7 04/11] eal/mem: extract common code for memseg list initialization

2020-06-09 Thread Tal Shnaiderman
> Subject: [PATCH v7 04/11] eal/mem: extract common code for memseg list > initialization > > All supported OS create memory segment lists (MSL) and reserve VA space > for them in a nearly identical way. Move common code into EAL private > functions to reduce duplication. > > Signed-off-by: Dmitr

Re: [dpdk-dev] [PATCH v7 04/11] eal/mem: extract common code for memseg list initialization

2020-06-09 Thread Burakov, Anatoly
On 09-Jun-20 12:14 PM, Tal Shnaiderman wrote: Subject: [PATCH v7 04/11] eal/mem: extract common code for memseg list initialization All supported OS create memory segment lists (MSL) and reserve VA space for them in a nearly identical way. Move common code into EAL private functions to reduce du