DPDK  19.08.2
Public Member Functions | Data Fields
rte_device Struct Reference

#include <rte_dev.h>

Public Member Functions

 TAILQ_ENTRY (rte_device) next
 

Data Fields

const char * name
 
const struct rte_driverdriver
 
const struct rte_busbus
 
int numa_node
 
struct rte_devargsdevargs
 

Detailed Description

A structure describing a generic device.

Definition at line 104 of file rte_dev.h.

Member Function Documentation

TAILQ_ENTRY ( rte_device  )

Next device

Field Documentation

const char* name

Device name

Definition at line 106 of file rte_dev.h.

const struct rte_driver* driver

Driver assigned after probing

Definition at line 107 of file rte_dev.h.

const struct rte_bus* bus

Bus handle assigned on scan

Definition at line 108 of file rte_dev.h.

int numa_node

NUMA node connection

Definition at line 109 of file rte_dev.h.

struct rte_devargs* devargs

Arguments for latest probing

Definition at line 110 of file rte_dev.h.


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