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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                               rte_bbdev_info(3)

Detailed Description

       Device information structure used by an application to discover a devices capabilities and current
       configuration

       Definition at line 371 of file rte_bbdev.h.

Field Documentation

intsocket_id
       NUMA socket that device is on

       Definition at line 372 of file rte_bbdev.h.

   constchar*dev_name
       Unique device name

       Definition at line 373 of file rte_bbdev.h.

   conststructrte_device*device
       Device Information

       Definition at line 374 of file rte_bbdev.h.

   uint16_tnum_queues
       Number of queues currently configured

       Definition at line 375 of file rte_bbdev.h.

   boolstarted
       Set if device is currently started

       Definition at line 376 of file rte_bbdev.h.

   structrte_bbdev_driver_infodrv
       Info from device driver

       Definition at line 377 of file rte_bbdev.h.

Name

       rte_bbdev_info

Synopsis

       #include <rte_bbdev.h>

   DataFields
       int socket_id
       const char * dev_name
       const struct rte_device * device
       uint16_t num_queues
       bool started
       struct rte_bbdev_driver_infodrv

See Also