DPDK
18.05.1
|
#include <rte_bbdev.h>
Data Fields | |
int | socket_id |
const char * | dev_name |
struct rte_bus * | bus |
uint16_t | num_queues |
bool | started |
struct rte_bbdev_driver_info | drv |
Device information structure used by an application to discover a devices capabilities and current configuration
Definition at line 308 of file rte_bbdev.h.
int socket_id |
NUMA socket that device is on
Definition at line 309 of file rte_bbdev.h.
const char* dev_name |
Unique device name
Definition at line 310 of file rte_bbdev.h.
struct rte_bus* bus |
Bus information
Definition at line 311 of file rte_bbdev.h.
uint16_t num_queues |
Number of queues currently configured
Definition at line 312 of file rte_bbdev.h.
bool started |
Set if device is currently started
Definition at line 313 of file rte_bbdev.h.
struct rte_bbdev_driver_info drv |
Info from device driver
Definition at line 314 of file rte_bbdev.h.