DPDK  21.08.0
Data Fields
rte_vdpa_device Struct Reference

#include <rte_vdpa_dev.h>

Data Fields

struct rte_devicedevice
 
struct rte_vdpa_dev_opsops
 

Detailed Description

vdpa device structure includes device address and device operations.

Examples:
examples/vdpa/main.c.

Definition at line 73 of file rte_vdpa_dev.h.

Field Documentation

◆ device

struct rte_device* device

Generic device information

Definition at line 76 of file rte_vdpa_dev.h.

◆ ops

struct rte_vdpa_dev_ops* ops

vdpa device operations

Definition at line 78 of file rte_vdpa_dev.h.


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