DPDK  2.2.0
Data Fields
virtio_memory_regions Struct Reference

#include <rte_virtio_net.h>

Data Fields

uint64_t guest_phys_address
uint64_t guest_phys_address_end
uint64_t memory_size
uint64_t userspace_address
uint64_t address_offset

Detailed Description

Information relating to memory regions including offsets to addresses in QEMUs memory file.

Examples:
vhost_xen/main.c, and vhost_xen/vhost_monitor.c.

Definition at line 139 of file rte_virtio_net.h.

Field Documentation

uint64_t guest_phys_address

Base guest physical address of region.

Examples:
vhost/main.c, and vhost_xen/main.c.

Definition at line 140 of file rte_virtio_net.h.

uint64_t guest_phys_address_end

End guest physical address of region.

Examples:
vhost_xen/main.c.

Definition at line 141 of file rte_virtio_net.h.

uint64_t memory_size

Size of region.

Examples:
vhost/main.c.

Definition at line 142 of file rte_virtio_net.h.

uint64_t userspace_address

Base userspace address of region.

Definition at line 143 of file rte_virtio_net.h.

uint64_t address_offset

Offset of region for address translation.

Examples:
vhost/main.c, and vhost_xen/main.c.

Definition at line 144 of file rte_virtio_net.h.


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