From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 1/3] rte: add keep alive functionality Date: Wed, 04 Nov 2015 02:54:14 +0100 Message-ID: <4554046.sjryCeOnpk@xps13> References: <1446022328-28675-1-git-send-email-remy.horton@intel.com> <1446022328-28675-2-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-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id E152C5A57 for ; Wed, 4 Nov 2015 02:55:26 +0100 (CET) Received: by wmeg8 with SMTP id g8so29688453wme.1 for ; Tue, 03 Nov 2015 17:55:26 -0800 (PST) In-Reply-To: <1446022328-28675-2-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-10-28 08:52, Remy Horton: > Adds functions for detecting and reporting the 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. > > Signed-off-by: Remy Horton > --- > lib/librte_eal/bsdapp/eal/Makefile | 1 + > lib/librte_eal/common/Makefile | 2 +- > lib/librte_eal/common/include/rte_keepalive.h | 146 ++++++++++++++++++++++++++ > lib/librte_eal/common/rte_keepalive.c | 124 ++++++++++++++++++++++ > lib/librte_eal/linuxapp/eal/Makefile | 1 + > 5 files changed, 273 insertions(+), 1 deletion(-) Why there is no update in the release notes, MAINTAINERS and .map file?