[dpdk-dev] [PATCH v3 0/3] Keepalive stats function and doc fixes

2016-02-22 Thread Remy Horton
For some reason git apply choked on the patches but patch -p1 applied them fine. Guessing Thunderbird was adding a few rogue newlines.. On 22/02/2016 11:25, Harry van Haaren wrote: > Harry van Haaren (3): >doc: fix keepalive sample app guide >eal: add keepalive core register timestamp >

[dpdk-dev] [PATCH v3 0/3] Keepalive stats function and doc fixes

2016-02-22 Thread Harry van Haaren
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 keep