logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_cryptodev_scheduler

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                      rte_cryptodev_scheduler(3)

Detailed Description

       The data structure associated with each mode of scheduler.

       Definition at line 262 of file rte_cryptodev_scheduler.h.

Field Documentation

constchar*name
       Scheduler name

       Definition at line 263 of file rte_cryptodev_scheduler.h.

   constchar*description
       Scheduler description

       Definition at line 264 of file rte_cryptodev_scheduler.h.

   enumrte_cryptodev_scheduler_modemode
       Scheduling mode

       Definition at line 265 of file rte_cryptodev_scheduler.h.

   structrte_cryptodev_scheduler_ops*ops
       Pointer to scheduler operation structure

       Definition at line 268 of file rte_cryptodev_scheduler.h.

Name

       rte_cryptodev_scheduler

Synopsis

       #include <rte_cryptodev_scheduler.h>

   DataFields
       const char * name
       const char * description
       enum rte_cryptodev_scheduler_modemode
       struct rte_cryptodev_scheduler_ops * ops

See Also