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

Function test_event_ring

dpdk/app/test/test_event_ring.c:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#ifdef RTE_EXEC_ENV_WINDOWS
10static int
11test_event_ring(void)
12{
13 printf("event_ring not supported on Windows, skipping test\n");
14 return TEST_SKIPPED;
15}
16
17#else
18

Callers

nothing calls this directly

Calls 8

rte_event_ring_createFunction · 0.85
rte_event_ring_lookupFunction · 0.85
test_create_count_oddFunction · 0.85
test_lookup_nullFunction · 0.70
printfFunction · 0.50

Tested by

no test coverage detected