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

Function test_scheduler_mode_failover_op

dpdk/app/test/test_cryptodev.c:16201–16208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16199}
16200
16201static int
16202test_scheduler_mode_failover_op(void)
16203{
16204 TEST_ASSERT(test_scheduler_mode_op(CDEV_SCHED_MODE_FAILOVER) ==
16205 0, "Failed to set failover mode");
16206
16207 return 0;
16208}
16209
16210static int
16211test_scheduler_mode_pkt_size_distr_op(void)

Callers

nothing calls this directly

Calls 1

test_scheduler_mode_opFunction · 0.85

Tested by

no test coverage detected