From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 49322569C for ; Mon, 22 Feb 2016 12:26:45 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 22 Feb 2016 03:26:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,484,1449561600"; d="scan'208";a="52390796" Received: from sie-lab-212-120.ir.intel.com (HELO silpixa00394367.ir.intel.com) ([10.237.212.120]) by fmsmga004.fm.intel.com with ESMTP; 22 Feb 2016 03:26:44 -0800 From: Harry van Haaren To: remy.horton@intel.com Date: Mon, 22 Feb 2016 11:25:59 +0000 Message-Id: <1456140362-3771-1-git-send-email-harry.van.haaren@intel.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1453374327-26635-1-git-send-email-harry.van.haaren@intel.com> References: <1453374327-26635-1-git-send-email-harry.van.haaren@intel.com> Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH v3 0/3] Keepalive stats function and doc fixes 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: Mon, 22 Feb 2016 11:26:45 -0000 This patchset contains: 1. Fix variable naming consistency in sample guide 2. Set last_seen time on core when it gets registered 3. An xstats implementation for last-seen and current core status v2: -Refactor to remove rte_ethdev.h include v3: -Rebase to git Harry van Haaren (3): doc: fix keepalive sample app guide eal: add keepalive core register timestamp keepalive: add rte_keepalive_xstats_get() doc/guides/rel_notes/release_16_04.rst | 7 ++++ doc/guides/sample_app_ug/keep_alive.rst | 30 ++++++++++----- examples/l2fwd-keepalive/main.c | 22 +++++++++-- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + lib/librte_eal/common/include/rte_keepalive.h | 31 ++++++++++++++- lib/librte_eal/common/rte_keepalive.c | 51 ++++++++++++++++++++++++- lib/librte_eal/linuxapp/eal/rte_eal_version.map | 1 + 7 files changed, 128 insertions(+), 15 deletions(-) -- 2.5.0