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_mempool_objsz

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_mempool_objsz(3)

Detailed Description

       A structure that stores the size of mempool elements.Maximum length of a memory pool's name.

       Definition at line 119 of file rte_mempool.h.

Field Documentation

uint32_telt_size
       Size of an element.

       Definition at line 120 of file rte_mempool.h.

   uint32_theader_size
       Size of header (before elt).

       Definition at line 121 of file rte_mempool.h.

   uint32_ttrailer_size
       Size of trailer (after elt).

       Definition at line 122 of file rte_mempool.h.

   uint32_ttotal_size
       Total size of an object (header + elt + trailer).

       Definition at line 123 of file rte_mempool.h.

Name

       rte_mempool_objsz

Synopsis

       #include <rte_mempool.h>

   DataFields
       uint32_t elt_size
       uint32_t header_size
       uint32_t trailer_size
       uint32_t total_size

See Also