MCPcopy 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
7static int
8test_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_idFunction · 0.85
test_efd_find_existingFunction · 0.85
test_add_deleteFunction · 0.70
test_add_update_deleteFunction · 0.70
test_five_keysFunction · 0.70
printfFunction · 0.50

Tested by

no test coverage detected