[dpdk-dev] [PATCH] malloc: notify primary process about hotplug in secondary

2018-12-07 Thread Seth Howell
When secondary process hotplugs memory, it sends a request to primary, which then performs the real mmap() and sends sync requests to all secondary processes. Upon receiving such sync request, each secondary process will notify the upper layers of hotplugged memory (and will call all locally regist

Re: [dpdk-dev] [PATCH] malloc: notify primary process about hotplug in secondary

2018-12-05 Thread Burakov, Anatoly
On 04-Dec-18 5:06 PM, Seth Howell wrote: When secondary process hotplugs memory, it sends a request to primary, which then performs the real mmap() and sends sync requests to all secondary processes. Upon receiving such sync request, each secondary process will notify the upper layers of hotplugg

[dpdk-dev] [PATCH] malloc: notify primary process about hotplug in secondary

2018-12-04 Thread Seth Howell
When secondary process hotplugs memory, it sends a request to primary, which then performs the real mmap() and sends sync requests to all secondary processes. Upon receiving such sync request, each secondary process will notify the upper layers of hotplugged memory (and will call all locally regist