DPDK  20.05.0-rc0
Data Fields
rte_bbdev_info Struct Reference

#include <rte_bbdev.h>

Data Fields

int socket_id
 
const char * dev_name
 
const struct rte_devicedevice
 
uint16_t num_queues
 
bool started
 
struct rte_bbdev_driver_info drv
 

Detailed Description

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

Examples:
examples/bbdev_app/main.c.

Definition at line 326 of file rte_bbdev.h.

Field Documentation

int socket_id

NUMA socket that device is on

Examples:
examples/bbdev_app/main.c.

Definition at line 327 of file rte_bbdev.h.

const char* dev_name

Unique device name

Definition at line 328 of file rte_bbdev.h.

const struct rte_device* device

Device Information

Definition at line 329 of file rte_bbdev.h.

uint16_t num_queues

Number of queues currently configured

Definition at line 330 of file rte_bbdev.h.

bool started

Set if device is currently started

Definition at line 331 of file rte_bbdev.h.

Info from device driver

Examples:
examples/bbdev_app/main.c.

Definition at line 332 of file rte_bbdev.h.


The documentation for this struct was generated from the following file: