Re: [PATCH] eal/linux: skip attaching to external memory chunk

2022-04-20 Thread Burakov, Anatoly
On 04-Apr-22 1:32 PM, Deepak Khandelwal wrote: when secondary process is initialized(rte_eal_init), external memroy segments should not be attached. These segments will be attached by explicitly invoking rte_malloc_heap_memory_attach API Fixes: ff3619d6244b ("malloc: allow attaching to external

Re: [PATCH] eal/linux: skip attaching to external memory chunk

2022-04-20 Thread Burakov, Anatoly
On 04-Apr-22 1:32 PM, Deepak Khandelwal wrote: when secondary process is initialized(rte_eal_init), external memroy segments should not be attached. These segments will be attached by explicitly invoking rte_malloc_heap_memory_attach API Fixes: ff3619d6244b ("malloc: allow attaching to external

[PATCH] eal/linux: skip attaching to external memory chunk

2022-04-04 Thread Deepak Khandelwal
when secondary process is initialized(rte_eal_init), external memroy segments should not be attached. These segments will be attached by explicitly invoking rte_malloc_heap_memory_attach API Fixes: ff3619d6244b ("malloc: allow attaching to external memory chunks") Cc: sta...@dpdk.org Signed-off-b