DPDK
16.04.0
|
#include <rte_virtio_net.h>
Data Fields | |
uint64_t | base_address |
uint64_t | mapped_address |
uint64_t | mapped_size |
uint32_t | nregions |
struct virtio_memory_regions | regions [0] |
Memory structure includes region and mapping information.
Definition at line 165 of file rte_virtio_net.h.
uint64_t base_address |
Base QEMU userspace address of the memory file.
Definition at line 166 of file rte_virtio_net.h.
uint64_t mapped_address |
Mapped address of memory file base in our applications memory space.
Definition at line 167 of file rte_virtio_net.h.
uint64_t mapped_size |
Total size of memory file.
Definition at line 168 of file rte_virtio_net.h.
uint32_t nregions |
struct virtio_memory_regions regions[0] |