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_bbdev_queue_conf

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_bbdev_queue_conf(3)

Detailed Description

       Device queue configuration structure

       Definition at line 133 of file rte_bbdev.h.

Field Documentation

intsocket
       NUMA socket used for memory allocation

       Definition at line 134 of file rte_bbdev.h.

   uint32_tqueue_size
       Size of queue

       Definition at line 135 of file rte_bbdev.h.

   uint8_tpriority
       Queue priority

       Definition at line 136 of file rte_bbdev.h.

   booldeferred_start
       Do not start queue when device is started.

       Definition at line 137 of file rte_bbdev.h.

   enumrte_bbdev_op_typeop_type
       Operation type

       Definition at line 138 of file rte_bbdev.h.

Name

       rte_bbdev_queue_conf

Synopsis

       #include <rte_bbdev.h>

   DataFields
       int socket
       uint32_t queue_size
       uint8_t priority
       bool deferred_start
       enum rte_bbdev_op_typeop_type

See Also