From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 856FC29C6 for ; Wed, 9 Mar 2016 13:59:48 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 09 Mar 2016 04:59:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,311,1455004800"; d="scan'208";a="62804520" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.220.37]) ([10.237.220.37]) by fmsmga004.fm.intel.com with ESMTP; 09 Mar 2016 04:59:45 -0800 To: David Marchand References: <1457456825-28667-1-git-send-email-harry.van.haaren@intel.com> <1457518362-32762-1-git-send-email-harry.van.haaren@intel.com> From: Sergio Gonzalez Monroy Message-ID: <56E01E40.3030908@intel.com> Date: Wed, 9 Mar 2016 12:59:44 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v8 0/2] eal: add function to check primary alive X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 12:59:48 -0000 On 09/03/2016 11:07, David Marchand wrote: > On Wed, Mar 9, 2016 at 11:12 AM, Harry van Haaren > wrote: >> The first patch of this patchset contains a fix for EAL PCI probing, >> to avoid a race-condition where a primary and secondary probe PCI >> devices at the same time. >> >> The second patch adds a function that can be polled by a process to >> detect if a DPDK primary process is alive. This function does not >> rely on rte_eal_init(), as this uses the EAL and thus stops a >> primary from starting. >> >> The functionality provided by this patch is very useful for providing >> additional services to DPDK primary applications such as monitoring >> statistics and performing fault detection. > Sergio, please can you have a look at this patchset ? Yes, will do. Sergio > Thanks. >