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_memseg(3)

Detailed Description

       Physical memory segment descriptor.

       Definition at line 49 of file rte_memory.h.

Field Documentation

rte_iova_tiova
       Start IO address.

       Definition at line 50 of file rte_memory.h.

   void*addr
       Start virtual address.

       Definition at line 52 of file rte_memory.h.

   uint64_taddr_64
       Makes sure addr is always 64 bits

       Definition at line 53 of file rte_memory.h.

   size_tlen
       Length of the segment.

       Definition at line 55 of file rte_memory.h.

   uint64_thugepage_sz
       The pagesize of underlying memory

       Definition at line 56 of file rte_memory.h.

   int32_tsocket_id
       NUMA socket ID.

       Definition at line 57 of file rte_memory.h.

   uint32_tnchannel
       Number of channels.

       Definition at line 58 of file rte_memory.h.

   uint32_tnrank
       Number of ranks.

       Definition at line 59 of file rte_memory.h.

   uint32_tflags
       Memseg-specific flags

       Definition at line 60 of file rte_memory.h.

Name

       rte_memseg

Synopsis

       #include <rte_memory.h>

   DataFieldsrte_iova_tiova
       size_t len
       uint64_t hugepage_sz
       int32_t socket_id
       uint32_t nchannel
       uint32_t nrank
       uint32_t flags

See Also