DPDK  17.05.2
Data Fields
rte_mempool_cache Struct Reference

#include <rte_mempool.h>

Data Fields

uint32_t size
uint32_t flushthresh
uint32_t len
void * objs [RTE_MEMPOOL_CACHE_MAX_SIZE *3]

Detailed Description

A structure that stores a per-core object cache.

Definition at line 107 of file rte_mempool.h.

Field Documentation

uint32_t size

Size of the cache

Definition at line 108 of file rte_mempool.h.

uint32_t flushthresh

Threshold before we flush excess elements

Definition at line 109 of file rte_mempool.h.

uint32_t len

Current cache count

Definition at line 110 of file rte_mempool.h.

void* objs[RTE_MEMPOOL_CACHE_MAX_SIZE *3]

Cache objects

Definition at line 115 of file rte_mempool.h.


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