logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_mem_resource

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                             rte_mem_resource(3)

Detailed Description

       A generic memory resource representation.

       Definition at line 55 of file rte_dev.h.

Field Documentation

uint64_tphys_addr
       Physical address, 0 if not resource.

       Definition at line 56 of file rte_dev.h.

   uint64_tlen
       Length of the resource.

       Definition at line 57 of file rte_dev.h.

   void*addr
       Virtual address, NULL when not mapped.

       Definition at line 58 of file rte_dev.h.

Name

       rte_mem_resource

Synopsis

       #include <rte_dev.h>

   DataFields
       uint64_t phys_addr
       uint64_t len
       void * addr

See Also