Hi, 2015-09-15 13:16, Remy Horton: > Provides a basic framework 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.
No it's not a framework, it's a sample application. If the feature is interesting, it must be integrated in a library. Then you need some doc, unit tests and an example to demonstrate its usage. Please try to use an existing example instead of creating a new one. Thanks