[dpdk-dev] [PATCH v5 0/3] Keepalive monitoring & reporting

2015-11-19 Thread Thomas Monjalon
2015-11-18 14:05, Remy Horton: > This patch-set adds functions for detecting and reporting live-ness of > LCores, the primary requirement of which is minimal overheads for the > core(s) being checked. Core failures are notified via an application > defined callback. As an example l2fwd with random

[dpdk-dev] [PATCH v5 0/3] Keepalive monitoring & reporting

2015-11-18 Thread Remy Horton
This patch-set adds functions for detecting and reporting live-ness of LCores, the primary requirement of which is minimal overheads for the core(s) being checked. Core failures are notified via an application defined callback. As an example l2fwd with random failures is used. v5 * Consistant use