DPDK  1.6.0r2
Public Member Functions | Data Fields
rte_devargs Struct Reference

#include <rte_devargs.h>

Public Member Functions

 TAILQ_ENTRY (rte_devargs) next

Data Fields

enum rte_devtype type
char args [RTE_DEVARGS_LEN]
struct rte_pci_addr addr
struct {
   struct rte_pci_addr   addr
pci
char drv_name [32]
struct {
   char   drv_name [32]
virtual

Detailed Description

Structure that stores a device given by the user with its arguments

A user device is a physical or a virtual device given by the user to the DPDK application at startup through command line arguments.

The structure stores the configuration of the device, its PCI identifier if it's a PCI device or the driver name if it's a virtual device.

Member Function Documentation

TAILQ_ENTRY ( rte_devargs  )

Next in list.

Field Documentation

struct rte_pci_addr addr

PCI location.

char args[RTE_DEVARGS_LEN]

Arguments string as given by user.

char drv_name[32]

Driver name.

struct { ... } pci

Used if type is RTE_DEVTYPE_*_PCI.

enum rte_devtype type

Type of device.

struct { ... } virtual

Used if type is RTE_DEVTYPE_VIRTUAL.


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