DPDK  16.11.11
Data Fields
rte_mempool_ops Struct Reference

#include <rte_mempool.h>

Data Fields

char name [RTE_MEMPOOL_OPS_NAMESIZE]
 
rte_mempool_alloc_t alloc
 
rte_mempool_free_t free
 
rte_mempool_enqueue_t enqueue
 
rte_mempool_dequeue_t dequeue
 
rte_mempool_get_count get_count
 

Detailed Description

Structure defining mempool operations structure

Definition at line 391 of file rte_mempool.h.

Field Documentation

Name of mempool ops struct.

Definition at line 392 of file rte_mempool.h.

Allocate private data.

Definition at line 393 of file rte_mempool.h.

Free the external pool.

Definition at line 394 of file rte_mempool.h.

Enqueue an object.

Definition at line 395 of file rte_mempool.h.

Dequeue an object.

Definition at line 396 of file rte_mempool.h.

Get qty of available objs.

Definition at line 397 of file rte_mempool.h.


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