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

2018-02-22 Thread Burakov, Anatoly
On 22-Feb-18 6:21 PM, 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 internal config. Signed-off-by

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

2018-02-22 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 --- lib/librte_eal/common/e