Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ test_efd
Function
test_efd
dpdk/app/test/test_efd.c:7–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
#ifdef RTE_EXEC_ENV_WINDOWS
7
static int
8
test_efd(void)
9
{
10
printf(
"EFD not supported on Windows, skipping test\n"
);
11
return TEST_SKIPPED;
12
}
13
14
#else
15
Callers
nothing calls this directly
Calls
8
rte_socket_id
Function · 0.85
test_efd_find_existing
Function · 0.85
test_efd_creation_with_bad_parameters
Function · 0.85
test_add_delete
Function · 0.70
test_add_update_delete
Function · 0.70
test_five_keys
Function · 0.70
test_average_table_utilization
Function · 0.70
printf
Function · 0.50
Tested by
no test coverage detected