From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6979C5F11 for ; Tue, 13 Mar 2018 21:59:26 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Mar 2018 13:59:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,466,1515484800"; d="scan'208";a="24231967" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.7.138]) by fmsmga008.fm.intel.com with SMTP; 13 Mar 2018 13:59:21 -0700 Received: by (sSMTP sendmail emulation); Tue, 13 Mar 2018 20:59:21 +0000 Date: Tue, 13 Mar 2018 20:59:20 +0000 From: Bruce Richardson To: Anatoly Burakov Cc: dev@dpdk.org, jianfeng.tan@intel.com, keith.wiles@intel.com, konstantin.ananyev@intel.com Message-ID: <20180313192930.GA7044@bricha3-MOBL.ger.corp.intel.com> References: <3478e7058ce9bca04ca7f03520f8a1ac559dcea2.1520953064.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3478e7058ce9bca04ca7f03520f8a1ac559dcea2.1520953064.git.anatoly.burakov@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v6 1/6] 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: Tue, 13 Mar 2018 20:59:26 -0000 On Tue, Mar 13, 2018 at 05:42:35PM +0000, 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 > --- > > Notes: > v4: make init_complete volatile > > This patchset is dependent upon earlier IPC fixes patchset [1]. > > [1] http://dpdk.org/dev/patchwork/bundle/aburakov/IPC_Fixes/ > > lib/librte_eal/common/eal_common_options.c | 1 + > lib/librte_eal/common/eal_internal_cfg.h | 2 ++ > lib/librte_eal/linuxapp/eal/eal.c | 2 ++ > 3 files changed, 5 insertions(+) > Looks harmless to me :-) Acked-by: Bruce Richardson