From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH 1/3] eal: add internal flag indicating init has completed Date: Thu, 22 Feb 2018 18:32:43 +0000 Message-ID: <4e2ce541-ab21-1a50-6541-709dbab48a1e@intel.com> References: <31f6d9ef676fb1eb0a664c06d62d66f32876dcb6.1519322682.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: dev@dpdk.org Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id A8AA429CF for ; Thu, 22 Feb 2018 19:32:47 +0100 (CET) In-Reply-To: <31f6d9ef676fb1eb0a664c06d62d66f32876dcb6.1519322682.git.anatoly.burakov@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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: Anatoly Burakov > --- I should've mentioned that this patch series is dependent upon IPC bugfixes[1] i posted earlier. [1] http://dpdk.org/dev/patchwork/bundle/aburakov/IPC_Fixes/ -- Thanks, Anatoly