DPDK  2.0.0
Data Fields
rte_memseg Struct Reference

#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

Detailed Description

Physical memory segment descriptor.

Field Documentation

void* addr

Start virtual address.

uint64_t addr_64

Makes sure addr is always 64 bits

uint64_t hugepage_sz

The pagesize of underlying memory

size_t len

Length of the segment.

uint32_t nchannel

Number of channels.

uint32_t nrank

Number of ranks.

phys_addr_t phys_addr

Start physical address.

int32_t socket_id

NUMA socket ID.


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