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

Function test_scheduler_mode_roundrobin_op

dpdk/app/test/test_cryptodev.c:16183–16190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16181}
16182
16183static int
16184test_scheduler_mode_roundrobin_op(void)
16185{
16186 TEST_ASSERT(test_scheduler_mode_op(CDEV_SCHED_MODE_ROUNDROBIN) ==
16187 0, "Failed to set roundrobin mode");
16188 return 0;
16189
16190}
16191
16192static int
16193test_scheduler_mode_multicore_op(void)

Callers

nothing calls this directly

Calls 1

test_scheduler_mode_opFunction · 0.85

Tested by

no test coverage detected