DPDK  2.0.0
Data Fields
virtio_memory Struct Reference

#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]

Detailed Description

Memory structure includes region and mapping information.

Field Documentation

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.


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