From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 23 Sep 2015 02:00:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,577,1437462000"; d="scan'208";a="775149721" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.228.56]) ([163.33.228.56]) by orsmga001.jf.intel.com with ESMTP; 23 Sep 2015 02:00:18 -0700 Message-ID: <56026A22.1090701@intel.com> Date: Wed, 23 Sep 2015 10:00:18 +0100 From: Remy Horton Organization: Intel Shannon Limited User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: dev@dpdk.org References: <1442319413-3614-1-git-send-email-remy.horton@intel.com> <4778653.jvL6ac5tEo@xps13> In-Reply-To: <4778653.jvL6ac5tEo@xps13> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [RFC PATCH v1] rte: LCore heartbeat example 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, 23 Sep 2015 09:00:21 -0000 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