DPDK
20.11.10
|
#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 77 of file rte_vdpa_dev.h.
struct rte_device* device |
Generic device information
Definition at line 80 of file rte_vdpa_dev.h.
struct rte_vdpa_dev_ops* ops |
vdpa device operations
Definition at line 82 of file rte_vdpa_dev.h.