DPDK 23.11.1
Loading...
Searching...
No Matches
rte_memzone Struct Reference

#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
 

Detailed Description

Field Documentation

◆ name

Name of the memory zone.

Examples
examples/ipsec-secgw/sa.c.

Definition at line 51 of file rte_memzone.h.

◆ iova

rte_iova_t iova

Start IO address.

Examples
examples/ntb/ntb_fwd.c.

Definition at line 53 of file rte_memzone.h.

◆ addr

◆ addr_64

uint64_t addr_64

Makes sure addr is always 64-bits

Definition at line 56 of file rte_memzone.h.

◆ len

size_t len

Length of the memzone.

Examples
examples/ntb/ntb_fwd.c.

Definition at line 58 of file rte_memzone.h.

◆ hugepage_sz

uint64_t hugepage_sz

The page size of underlying memory

Definition at line 60 of file rte_memzone.h.

◆ socket_id

int32_t socket_id

NUMA socket ID.

Examples
examples/ipsec-secgw/sa.c.

Definition at line 62 of file rte_memzone.h.

◆ flags

uint32_t flags

Characteristics of this memzone.

Definition at line 64 of file rte_memzone.h.


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