API Reference Manual
1.47.0
|
Definition of ODP features. More...
#include <std_types.h>
Data Fields | |
uint32_t | all_feat |
All features. | |
struct { | |
uint32_t cls:1 | |
Classifier APIs, e.g., odp_cls_xxx(), odp_cos_xxx() | |
uint32_t compress:1 | |
Compression APIs, e.g., odp_comp_xxx() | |
uint32_t crypto:1 | |
Crypto APIs, e.g., odp_crypto_xxx() | |
uint32_t dma:1 | |
DMA APIs, e.g., odp_dma_xxx() | |
uint32_t ipsec:1 | |
IPsec APIs, e.g., odp_ipsec_xxx() | |
uint32_t ml:1 | |
Machine Learning APIs, e.g., odp_ml_xxx() | |
uint32_t schedule:1 | |
Scheduler APIs, e.g., odp_schedule_xxx() | |
uint32_t stash:1 | |
Stash APIs, e.g., odp_stash_xxx() | |
uint32_t time:1 | |
Time APIs, e.g., odp_time_xxx() | |
uint32_t timer:1 | |
Timer APIs, e.g., odp_timer_xxx(), odp_timeout_xxx() | |
uint32_t tm:1 | |
Traffic Manager APIs, e.g., odp_tm_xxx() | |
} | feat |
Individual feature bits. | |
Definition of ODP features.
Definition at line 128 of file api/spec/std_types.h.