From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id AAA5B2C52 for ; Tue, 8 Mar 2016 11:50:56 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 08 Mar 2016 02:50:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,556,1449561600"; d="scan'208";a="904825326" Received: from sie-lab-212-120.ir.intel.com (HELO silpixa00394367.ir.intel.com) ([10.237.212.120]) by orsmga001.jf.intel.com with ESMTP; 08 Mar 2016 02:50:54 -0800 From: Harry van Haaren To: remy.horton@intel.com Date: Tue, 8 Mar 2016 10:50:37 +0000 Message-Id: <1457434240-13707-1-git-send-email-harry.van.haaren@intel.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1456140362-3771-1-git-send-email-harry.van.haaren@intel.com> References: <1456140362-3771-1-git-send-email-harry.van.haaren@intel.com> Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH v4 0/3] Keepalive register timestamp and doc update 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: Tue, 08 Mar 2016 10:50:57 -0000 This patchset adds a timestamp to when keepalive registers a core, fixes the documentation to be in-line with the source, and fixes whitespace in keepalive.[hc] Harry van Haaren (3): doc: fix keepalive sample app guide eal: add keepalive core register timestamp keepalive: fix whitespace, removes double newlines doc/guides/sample_app_ug/keep_alive.rst | 19 ++++++++++--------- lib/librte_eal/common/include/rte_keepalive.h | 7 ------- lib/librte_eal/common/rte_keepalive.c | 12 +++++------- 3 files changed, 15 insertions(+), 23 deletions(-) -- 2.5.0