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

Function test_scheduler_mode_op

dpdk/app/test/test_cryptodev.c:16173–16181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16171}
16172
16173static int
16174test_scheduler_mode_op(enum rte_cryptodev_scheduler_mode scheduler_mode)
16175{
16176 struct crypto_testsuite_params *ts_params = &testsuite_params;
16177 uint8_t sched_id = ts_params->valid_devs[0];
16178 /* set mode */
16179 return rte_cryptodev_scheduler_mode_set(sched_id,
16180 scheduler_mode);
16181}
16182
16183static int
16184test_scheduler_mode_roundrobin_op(void)

Calls 1

Tested by

no test coverage detected