| 16171 | } |
| 16172 | |
| 16173 | static int |
| 16174 | test_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 | |
| 16183 | static int |
| 16184 | test_scheduler_mode_roundrobin_op(void) |
no test coverage detected