| rte_mem_resource(3) | Library Functions Manual | rte_mem_resource(3) |
rte_mem_resource
#include <rte_dev.h>
uint64_t phys_addr
uint64_t len
void * addr
A generic memory resource representation.
Definition at line 55 of file rte_dev.h.
Physical address, 0 if not resource.
Definition at line 56 of file rte_dev.h.
Length of the resource.
Definition at line 57 of file rte_dev.h.
Virtual address, NULL when not mapped.
Definition at line 58 of file rte_dev.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |