Re: [dpdk-dev] [PATCH v4 2/5] eal: use file to check if secondary process is ready

2018-03-06 Thread Burakov, Anatoly
On 02-Mar-18 3:14 PM, Anatoly Burakov wrote: Previously, IPC would remove sockets it considers to be "inactive" based on whether they have responded. We also need to prevent sending messages to processes that are active, but haven't yet finished initialization. This will create a "init file" per

[dpdk-dev] [PATCH v4 2/5] eal: use file to check if secondary process is ready

2018-03-02 Thread Anatoly Burakov
Previously, IPC would remove sockets it considers to be "inactive" based on whether they have responded. We also need to prevent sending messages to processes that are active, but haven't yet finished initialization. This will create a "init file" per socket which will be removed after initializat