DPDK
17.11.10
|
#include <rte_mempool.h>
Structure defining mempool operations structure
Definition at line 432 of file rte_mempool.h.
char name[RTE_MEMPOOL_OPS_NAMESIZE] |
Name of mempool ops struct.
Definition at line 433 of file rte_mempool.h.
rte_mempool_alloc_t alloc |
Allocate private data.
Definition at line 434 of file rte_mempool.h.
rte_mempool_free_t free |
Free the external pool.
Definition at line 435 of file rte_mempool.h.
rte_mempool_enqueue_t enqueue |
Enqueue an object.
Definition at line 436 of file rte_mempool.h.
rte_mempool_dequeue_t dequeue |
Dequeue an object.
Definition at line 437 of file rte_mempool.h.
rte_mempool_get_count get_count |
Get qty of available objs.
Definition at line 438 of file rte_mempool.h.
rte_mempool_get_capabilities_t get_capabilities |
Get the mempool capabilities
Definition at line 442 of file rte_mempool.h.
rte_mempool_ops_register_memory_area_t register_memory_area |
Notify new memory area to mempool
Definition at line 446 of file rte_mempool.h.