DPDK  19.11.14
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 87 of file rte_vdpa.h.

Field Documentation

◆ addr

struct rte_vdpa_dev_addr addr

vdpa device address

Examples:
examples/vdpa/main.c.

Definition at line 89 of file rte_vdpa.h.

◆ ops

struct rte_vdpa_dev_ops* ops

vdpa device operations

Examples:
examples/vdpa/main.c.

Definition at line 91 of file rte_vdpa.h.


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