[dpdk-dev] [PATCH 0/3] Keep-alive stats and doc fixes

Harry van Haaren harry.van.haaren at intel.com
Wed Jan 20 16:53:38 CET 2016


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

Harry van Haaren (3):
  doc: fix keepalive sample app guide
  eal: add keepalive core register timestamp
  keepalive: add rte_keepalive_xstats() and example

 doc/guides/rel_notes/release_2_3.rst            |  6 +++
 doc/guides/sample_app_ug/keep_alive.rst         | 30 +++++++++-----
 examples/l2fwd-keepalive/main.c                 | 22 ++++++++--
 lib/librte_eal/bsdapp/eal/rte_eal_version.map   |  7 ++++
 lib/librte_eal/common/include/rte_keepalive.h   | 17 +++++++-
 lib/librte_eal/common/rte_keepalive.c           | 53 ++++++++++++++++++++++++-
 lib/librte_eal/linuxapp/eal/rte_eal_version.map |  7 ++++
 7 files changed, 127 insertions(+), 15 deletions(-)

-- 
2.5.0



More information about the dev mailing list