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

Function scheduler_roundrobin_testsuite_setup

dpdk/app/test/test_cryptodev.c:16229–16237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16227}
16228
16229static int
16230scheduler_roundrobin_testsuite_setup(void)
16231{
16232 if (test_scheduler_attach_worker_op() < 0)
16233 return TEST_SKIPPED;
16234 if (test_scheduler_mode_op(CDEV_SCHED_MODE_ROUNDROBIN) < 0)
16235 return TEST_SKIPPED;
16236 return 0;
16237}
16238
16239static int
16240scheduler_failover_testsuite_setup(void)

Callers

nothing calls this directly

Calls 2

test_scheduler_mode_opFunction · 0.85

Tested by

no test coverage detected