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 Harry van Haaren (3): doc: fix keepalive sample app guide eal: add keepalive core register timestamp keepalive: add rte_keepalive_xstats_get() 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 | 23 +++++++++-- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 7 ++++ lib/librte_eal/common/include/rte_keepalive.h | 28 ++++++++++++- lib/librte_eal/common/rte_keepalive.c | 52 ++++++++++++++++++++++++- lib/librte_eal/linuxapp/eal/rte_eal_version.map | 7 ++++ 7 files changed, 138 insertions(+), 15 deletions(-) -- 2.5.0