| 345 | } |
| 346 | |
| 347 | static int |
| 348 | test_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 | |
| 357 | REGISTER_PERF_TEST(stack_perf_autotest, test_stack_perf); |
| 358 | REGISTER_PERF_TEST(stack_lf_perf_autotest, test_lf_stack_perf); |
nothing calls this directly
no test coverage detected