DPDK  19.05.0
Data Fields
rte_bbdev_info Struct Reference

#include <rte_bbdev.h>

Data Fields

int socket_id
const char * dev_name
struct rte_busbus
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 313 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 314 of file rte_bbdev.h.

const char* dev_name

Unique device name

Definition at line 315 of file rte_bbdev.h.

struct rte_bus* bus

Bus information

Definition at line 316 of file rte_bbdev.h.

uint16_t num_queues

Number of queues currently configured

Definition at line 317 of file rte_bbdev.h.

bool started

Set if device is currently started

Definition at line 318 of file rte_bbdev.h.

Info from device driver

Examples:
examples/bbdev_app/main.c.

Definition at line 319 of file rte_bbdev.h.


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