DPDK  16.04.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 153 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 154 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 155 of file rte_virtio_net.h.

uint64_t memory_size

Size of region.

Examples:
vhost/main.c.

Definition at line 156 of file rte_virtio_net.h.

uint64_t userspace_address

Base userspace address of region.

Definition at line 157 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 158 of file rte_virtio_net.h.


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