Re: [dpdk-dev] [PATCH v6 1/6] eal: add internal flag indicating init has completed

2018-03-13 Thread Bruce Richardson
On Tue, Mar 13, 2018 at 05:42:35PM +, Anatoly Burakov wrote: > Currently, primary process initialization is finalized by setting > the RTE_MAGIC value in the shared config. However, it is not > possible to check whether secondary process initialization has > completed. Add such a value to inter

[dpdk-dev] [PATCH v6 1/6] eal: add internal flag indicating init has completed

2018-03-13 Thread Anatoly Burakov
Currently, primary process initialization is finalized by setting the RTE_MAGIC value in the shared config. However, it is not possible to check whether secondary process initialization has completed. Add such a value to internal config. Signed-off-by: Anatoly Burakov --- Notes: v4: make ini