API Reference Manual
1.46.0
|
ML completion event pool capabilities. More...
#include <ml_types.h>
Data Fields | |
uint32_t | max_pools |
Maximum number of ML completion event pools. More... | |
uint32_t | max_num |
Maximum number of ML completion events in a pool. | |
uint32_t | max_uarea_size |
Maximum user area size in bytes. | |
odp_bool_t | uarea_persistence |
User area persistence. More... | |
uint32_t | max_cache_size |
Maximum size of local thread cache. | |
uint32_t | min_cache_size |
Minimum size of local thread cache. | |
ML completion event pool capabilities.
Pool statistics are not supported with ML completion event pools.
Definition at line 106 of file api/spec/ml_types.h.
uint32_t odp_ml_compl_pool_capability_t::max_pools |
Maximum number of ML completion event pools.
See odp_pool_capability_t.max_pools for maximum number of pools of any type. It includes also ML completion event pools.
Definition at line 113 of file api/spec/ml_types.h.
odp_bool_t odp_ml_compl_pool_capability_t::uarea_persistence |
User area persistence.
See buf.uarea_persistence of odp_pool_capability_t for details (odp_pool_capability_t.uarea_persistence).
Definition at line 126 of file api/spec/ml_types.h.