Re: [dpdk-dev] [PATCH v4 4/8] eal: extract common code for memseg list initialization

2020-05-05 Thread Burakov, Anatoly
On 29-Apr-20 12:50 AM, Dmitry Kozlyuk wrote: 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 --- Would it be possible to extract all sim

[dpdk-dev] [PATCH v4 4/8] eal: extract common code for memseg list initialization

2020-04-28 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 | 54 ++ lib/librte_eal/commo