DPDK
21.02.0
|
#include <rte_vdpa_dev.h>
Data Fields | |
struct rte_device * | device |
struct rte_vdpa_dev_ops * | ops |
vdpa device structure includes device address and device operations.
Definition at line 73 of file rte_vdpa_dev.h.
struct rte_device* device |
Generic device information
Definition at line 76 of file rte_vdpa_dev.h.
struct rte_vdpa_dev_ops* ops |
vdpa device operations
Definition at line 78 of file rte_vdpa_dev.h.