[dpdk-dev] [PATCH v3 1/3] rte: add keep alive functionality

2015-11-04 Thread Thomas Monjalon
2015-10-28 08:52, Remy Horton: > Adds functions for detecting and reporting the 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. > > Signed-off-by: Remy Horton > --- > l

[dpdk-dev] [PATCH v3 1/3] rte: add keep alive functionality

2015-11-04 Thread Thomas Monjalon
2015-10-28 08:52, Remy Horton: > +/** > + * @file keepalive.h > + * DPDK RTE LCore Keepalive Monitor. > + * > + **/ The filename is rte_keepalive.h (seen with doxygen).

[dpdk-dev] [PATCH v3 1/3] rte: add keep alive functionality

2015-10-28 Thread Tahhan, Maryam
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Remy Horton > Sent: Wednesday, October 28, 2015 8:52 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3 1/3] rte: add keep alive functionality > > Adds functions for detecting and reporting the live-ness of LCo

[dpdk-dev] [PATCH v3 1/3] rte: add keep alive functionality

2015-10-28 Thread Remy Horton
Adds functions for detecting and reporting the 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. Signed-off-by: Remy Horton --- lib/librte_eal/bsdapp/eal/Makefile|