From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [RFC PATCH v1] rte: LCore heartbeat example Date: Wed, 23 Sep 2015 10:00:18 +0100 Message-ID: <56026A22.1090701@intel.com> References: <1442319413-3614-1-git-send-email-remy.horton@intel.com> <4778653.jvL6ac5tEo@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A26108DB1 for ; Wed, 23 Sep 2015 11:00:20 +0200 (CEST) In-Reply-To: <4778653.jvL6ac5tEo@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 15/09/2015 14:10, Thomas Monjalon wrote: > 2015-09-15 13:16, Remy Horton: >> Provides a basic framework for detecting and reporting live-ness of >> LCores, the primary requirement of which is minimal overheads for the >> core(s) being checked. Core failures are notified via an application >> defined callback. As an example l2fwd with random failures is used. > No it's not a framework, it's a sample application. > If the feature is interesting, it must be integrated in a library. We are looking into this and will get back. ..Remy