| DPDK
    18.11.11
    | 
#include <rte_cryptodev_scheduler.h>
| Data Fields | |
| const char * | name | 
| const char * | description | 
| enum rte_cryptodev_scheduler_mode | mode | 
| struct rte_cryptodev_scheduler_ops * | ops | 
The data structure associated with each mode of scheduler.
Definition at line 263 of file rte_cryptodev_scheduler.h.
| const char* name | 
Scheduler name
Definition at line 264 of file rte_cryptodev_scheduler.h.
| const char* description | 
Scheduler description
Definition at line 265 of file rte_cryptodev_scheduler.h.
| enum rte_cryptodev_scheduler_mode mode | 
Scheduling mode
Definition at line 266 of file rte_cryptodev_scheduler.h.
| struct rte_cryptodev_scheduler_ops* ops | 
Pointer to scheduler operation structure
Definition at line 269 of file rte_cryptodev_scheduler.h.
 1.8.9.1
 1.8.9.1