Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
static int
11
test_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_create
Function · 0.85
rte_event_ring_lookup
Function · 0.85
test_create_count_odd
Function · 0.85
test_event_ring_creation_with_wrong_size
Function · 0.85
test_basic_event_enqueue_dequeue
Function · 0.85
test_event_ring_with_exact_size
Function · 0.85
test_lookup_null
Function · 0.70
printf
Function · 0.50
Tested by
no test coverage detected