MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_app_get_errors

Function test_app_get_errors

dpdk/app/test/test_dispatcher.c:789–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787}
788
789static int
790test_app_get_errors(struct test_app *app)
791{
792 return rte_atomic_load_explicit(&app->errors, rte_memory_order_relaxed);
793}
794
795static int
796test_basic(void)

Callers 1

test_basicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected