DPDK
2.0.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.
uint64_t base_address |
Base QEMU userspace address of the memory file.
uint64_t mapped_address |
Mapped address of memory file base in our applications memory space.
uint64_t mapped_size |
Total size of memory file.
uint32_t nregions |
Number of memory regions.
struct virtio_memory_regions regions[0] |
Memory region information.