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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                  rte_memzone(3)

Detailed Description

       A structure describing a memzone, which is a contiguous portion of physical memory identified by a name.

       Definition at line 48 of file rte_memzone.h.

Field Documentation

charname[RTE_MEMZONE_NAMESIZE]
       Name of the memory zone.

       Definition at line 51 of file rte_memzone.h.

   rte_iova_tiova
       Start IO address.

       Definition at line 53 of file rte_memzone.h.

   void*addr
       Start virtual address.

       Definition at line 55 of file rte_memzone.h.

   uint64_taddr_64
       Makes sure addr is always 64-bits

       Definition at line 56 of file rte_memzone.h.

   size_tlen
       Length of the memzone.

       Definition at line 58 of file rte_memzone.h.

   uint64_thugepage_sz
       The page size of underlying memory

       Definition at line 60 of file rte_memzone.h.

   int32_tsocket_id
       NUMA socket ID.

       Definition at line 62 of file rte_memzone.h.

   uint32_tflags
       Characteristics of this memzone.

       Definition at line 64 of file rte_memzone.h.

Name

       rte_memzone

Synopsis

       #include <rte_memzone.h>

   DataFields
       char name [RTE_MEMZONE_NAMESIZE]
       rte_iova_tiova
       size_t len
       uint64_t hugepage_sz
       int32_t socket_id
       uint32_t flags

See Also