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_info

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                             rte_mempool_info(3)

Detailed Description

       Additional information about the mempool

       The structure is cache-line aligned to avoid ABI breakages in a number of cases when something small is
       added.

       Definition at line 222 of file rte_mempool.h.

Field Documentation

unsignedintcontig_block_size
       Number of objects in the contiguous block

       Definition at line 224 of file rte_mempool.h.

Name

       rte_mempool_info

Synopsis

       #include <rte_mempool.h>

   DataFields
       unsigned int contig_block_size

See Also