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

Function scheduler_failover_testsuite_setup

dpdk/app/test/test_cryptodev.c:16239–16247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16237}
16238
16239static int
16240scheduler_failover_testsuite_setup(void)
16241{
16242 if (test_scheduler_attach_worker_op() < 0)
16243 return TEST_SKIPPED;
16244 if (test_scheduler_mode_op(CDEV_SCHED_MODE_FAILOVER) < 0)
16245 return TEST_SKIPPED;
16246 return 0;
16247}
16248
16249static int
16250scheduler_pkt_size_distr_testsuite_setup(void)

Callers

nothing calls this directly

Calls 2

test_scheduler_mode_opFunction · 0.85

Tested by

no test coverage detected