Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ test_libipsec_perf
Function
test_libipsec_perf
dpdk/app/test/test_ipsec_perf.c:15–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
#ifdef RTE_EXEC_ENV_WINDOWS
15
static int
16
test_libipsec_perf(void)
17
{
18
printf(
"ipsec_perf not supported on Windows, skipping test\n"
);
19
return TEST_SKIPPED;
20
}
21
22
#else
23
Callers
nothing calls this directly
Calls
7
rte_cryptodev_count
Function · 0.85
init_sa_session
Function · 0.85
measure_performance
Function · 0.85
print_metrics
Function · 0.85
testsuite_setup
Function · 0.70
testsuite_teardown
Function · 0.70
printf
Function · 0.50
Tested by
no test coverage detected