From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/3] Keepalive monitoring & reporting Date: Thu, 19 Nov 2015 15:49:15 +0100 Message-ID: <2305962.E3nCp493Ej@xps13> References: <1447855516-7862-1-git-send-email-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Remy Horton Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id DC7C05A6C for ; Thu, 19 Nov 2015 16:04:58 +0100 (CET) Received: by wmww144 with SMTP id w144so242263119wmw.1 for ; Thu, 19 Nov 2015 07:04:58 -0800 (PST) In-Reply-To: <1447855516-7862-1-git-send-email-remy.horton@intel.com> 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" 2015-11-18 14:05, Remy Horton: > This patch-set adds functions 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. Applied, thanks