DPDK  19.08.2
Data Fields
rte_vdpa_device Struct Reference

#include <rte_vdpa.h>

Data Fields

struct rte_vdpa_dev_addr addr
 
struct rte_vdpa_dev_opsops
 

Detailed Description

vdpa device structure includes device address and device operations.

Examples:
examples/vdpa/main.c.

Definition at line 83 of file rte_vdpa.h.

Field Documentation

struct rte_vdpa_dev_addr addr

vdpa device address

Examples:
examples/vdpa/main.c.

Definition at line 85 of file rte_vdpa.h.

struct rte_vdpa_dev_ops* ops

vdpa device operations

Examples:
examples/vdpa/main.c.

Definition at line 87 of file rte_vdpa.h.


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