MCPcopy 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
15static int
16test_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_countFunction · 0.85
init_sa_sessionFunction · 0.85
measure_performanceFunction · 0.85
print_metricsFunction · 0.85
testsuite_setupFunction · 0.70
testsuite_teardownFunction · 0.70
printfFunction · 0.50

Tested by

no test coverage detected