DPDK
16.04.0
|
#include <rte_memory.h>
Data Fields | |
phys_addr_t | phys_addr |
size_t | len |
uint64_t | hugepage_sz |
int32_t | socket_id |
uint32_t | nchannel |
uint32_t | nrank |
void * | addr |
uint64_t | addr_64 |
Physical memory segment descriptor.
Definition at line 106 of file rte_memory.h.
phys_addr_t phys_addr |
Start physical address.
Definition at line 107 of file rte_memory.h.
void* addr |
Start virtual address.
Definition at line 109 of file rte_memory.h.
uint64_t addr_64 |
Makes sure addr is always 64 bits
Definition at line 110 of file rte_memory.h.
size_t len |
Length of the segment.
Definition at line 115 of file rte_memory.h.
uint64_t hugepage_sz |
The pagesize of underlying memory
Definition at line 116 of file rte_memory.h.
int32_t socket_id |
NUMA socket ID.
Definition at line 117 of file rte_memory.h.
uint32_t nchannel |
Number of channels.
Definition at line 118 of file rte_memory.h.
uint32_t nrank |
Number of ranks.
Definition at line 119 of file rte_memory.h.