DPDK  24.07.0
Data Fields
rte_mempool_mem_range_info Struct Reference

#include <rte_mempool.h>

Data Fields

void * start
 
size_t length
 
bool is_contiguous
 

Detailed Description

A structure used to retrieve information about the memory range of the mempool.

Definition at line 1923 of file rte_mempool.h.

Field Documentation

◆ start

void* start

Start of the memory range used by mempool objects

Definition at line 1925 of file rte_mempool.h.

◆ length

size_t length

Length of the memory range used by mempool objects

Definition at line 1927 of file rte_mempool.h.

◆ is_contiguous

bool is_contiguous

Are all memory addresses used by mempool objects contiguous

Definition at line 1929 of file rte_mempool.h.


The documentation for this struct was generated from the following file: