DPDK
23.03.0
|
#include <rte_memzone.h>
Data Fields | |
char | name [RTE_MEMZONE_NAMESIZE] |
rte_iova_t | iova |
size_t | len |
uint64_t | hugepage_sz |
int32_t | socket_id |
uint32_t | flags |
void * | addr |
uint64_t | addr_64 |
A structure describing a memzone, which is a contiguous portion of physical memory identified by a name.
Definition at line 48 of file rte_memzone.h.
char name[RTE_MEMZONE_NAMESIZE] |
Name of the memory zone.
Definition at line 51 of file rte_memzone.h.
rte_iova_t iova |
void* addr |
Start virtual address.
Definition at line 56 of file rte_memzone.h.
uint64_t addr_64 |
Makes sure addr is always 64-bits
Definition at line 57 of file rte_memzone.h.
size_t len |
Length of the memzone.
Definition at line 59 of file rte_memzone.h.
uint64_t hugepage_sz |
The page size of underlying memory
Definition at line 61 of file rte_memzone.h.
int32_t socket_id |
uint32_t flags |
Characteristics of this memzone.
Definition at line 65 of file rte_memzone.h.