From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Feb 2018 10:32:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,378,1515484800"; d="scan'208";a="177314216" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.252.19.75]) ([10.252.19.75]) by orsmga004.jf.intel.com with ESMTP; 22 Feb 2018 10:32:45 -0800 To: dev@dpdk.org References: <31f6d9ef676fb1eb0a664c06d62d66f32876dcb6.1519322682.git.anatoly.burakov@intel.com> From: "Burakov, Anatoly" Message-ID: <4e2ce541-ab21-1a50-6541-709dbab48a1e@intel.com> Date: Thu, 22 Feb 2018 18:32:43 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <31f6d9ef676fb1eb0a664c06d62d66f32876dcb6.1519322682.git.anatoly.burakov@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/3] eal: add internal flag indicating init has completed X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2018 18:32:48 -0000 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