|
DPDK
17.08.2
|
#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 109 of file rte_memory.h.
| phys_addr_t phys_addr |
Start physical address.
Definition at line 110 of file rte_memory.h.
| void* addr |
Start virtual address.
Definition at line 113 of file rte_memory.h.
| uint64_t addr_64 |
Makes sure addr is always 64 bits
Definition at line 114 of file rte_memory.h.
| size_t len |
Length of the segment.
Definition at line 116 of file rte_memory.h.
| uint64_t hugepage_sz |
The pagesize of underlying memory
Definition at line 117 of file rte_memory.h.
| int32_t socket_id |
NUMA socket ID.
Definition at line 118 of file rte_memory.h.
| uint32_t nchannel |
Number of channels.
Definition at line 119 of file rte_memory.h.
| uint32_t nrank |
Number of ranks.
Definition at line 120 of file rte_memory.h.
1.8.1.2