API Reference Manual  1.45.1
odp_ml_compl_pool_capability_t Struct Reference

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.
 

Detailed Description

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.

Field Documentation

◆ max_pools

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.

Examples
odp_sysinfo.c.

Definition at line 113 of file api/spec/ml_types.h.

◆ uarea_persistence

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).

Examples
odp_sysinfo.c.

Definition at line 126 of file api/spec/ml_types.h.


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