On 28-Feb-18 2:12 AM, Tan, Jianfeng wrote:
Hi Anatoly,
-----Original Message-----
From: Burakov, Anatoly
Sent: Tuesday, February 27, 2018 10:36 PM
To: dev@dpdk.org
Cc: Tan, Jianfeng
Subject: [PATCH v3 1/5] eal: add internal flag indicating init has completed
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.
A nit:
"check whether secondary process initialization has completed" sounds like
checking comes from another process.
Does it look better, "check whether initialization has completed in secondary
process"?
Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com>
Reviewed-by: Jianfeng Tan <jianfeng....@intel.com>
Thanks,
Jianfeng
You're probably right, i should reword that. Thanks!
--
Thanks,
Anatoly