DPDK  21.08.0
Data Fields
rte_mem_resource Struct Reference

#include <rte_dev.h>

Data Fields

uint64_t phys_addr
 
uint64_t len
 
void * addr
 

Detailed Description

A generic memory resource representation.

Definition at line 68 of file rte_dev.h.

Field Documentation

◆ phys_addr

uint64_t phys_addr

Physical address, 0 if not resource.

Definition at line 69 of file rte_dev.h.

◆ len

uint64_t len

Length of the resource.

Definition at line 70 of file rte_dev.h.

◆ addr

void* addr

Virtual address, NULL when not mapped.

Definition at line 71 of file rte_dev.h.


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