MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_lf_stack_perf

Function test_lf_stack_perf

dpdk/app/test/test_stack_perf.c:347–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347static int
348test_lf_stack_perf(void)
349{
350#if defined(RTE_STACK_LF_SUPPORTED)
351 return __test_stack_perf(RTE_STACK_F_LF);
352#else
353 return TEST_SKIPPED;
354#endif
355}
356
357REGISTER_PERF_TEST(stack_perf_autotest, test_stack_perf);
358REGISTER_PERF_TEST(stack_lf_perf_autotest, test_lf_stack_perf);

Callers

nothing calls this directly

Calls 1

__test_stack_perfFunction · 0.85

Tested by

no test coverage detected