|
API Reference Manual 1.51.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() More... | ||
| uint32_t compress:1 | ||
| Compression APIs, e.g., odp_comp_xxx() More... | ||
| uint32_t crypto:1 | ||
| Crypto APIs, e.g., odp_crypto_xxx() More... | ||
| uint32_t dma:1 | ||
| DMA APIs, e.g., odp_dma_xxx() More... | ||
| uint32_t ipsec:1 | ||
| IPsec APIs, e.g., odp_ipsec_xxx() More... | ||
| uint32_t ml:1 | ||
| Machine Learning APIs, e.g., odp_ml_xxx() More... | ||
| uint32_t schedule:1 | ||
| Scheduler APIs, e.g., odp_schedule_xxx() More... | ||
| uint32_t stash:1 | ||
| Stash APIs, e.g., odp_stash_xxx() More... | ||
| uint32_t time:1 | ||
| Time APIs, e.g., odp_time_xxx() More... | ||
| uint32_t timer:1 | ||
| Timer APIs, e.g., odp_timer_xxx(), odp_timeout_xxx() More... | ||
| uint32_t tm:1 | ||
| Traffic Manager APIs, e.g., odp_tm_xxx() More... | ||
| } | feat | |
| Individual feature bits. | ||
Definition of ODP features.
Definition at line 128 of file api/spec/std_types.h.
| uint32_t odp_feature_t::all_feat |
All features.
Definition at line 130 of file api/spec/std_types.h.
| uint32_t odp_feature_t::cls |
Classifier APIs, e.g., odp_cls_xxx(), odp_cos_xxx()
Definition at line 135 of file api/spec/std_types.h.
| uint32_t odp_feature_t::compress |
Compression APIs, e.g., odp_comp_xxx()
Definition at line 138 of file api/spec/std_types.h.
| uint32_t odp_feature_t::crypto |
Crypto APIs, e.g., odp_crypto_xxx()
Definition at line 141 of file api/spec/std_types.h.
| uint32_t odp_feature_t::dma |
DMA APIs, e.g., odp_dma_xxx()
Definition at line 144 of file api/spec/std_types.h.
| uint32_t odp_feature_t::ipsec |
IPsec APIs, e.g., odp_ipsec_xxx()
Definition at line 147 of file api/spec/std_types.h.
| uint32_t odp_feature_t::ml |
Machine Learning APIs, e.g., odp_ml_xxx()
Definition at line 150 of file api/spec/std_types.h.
| uint32_t odp_feature_t::schedule |
Scheduler APIs, e.g., odp_schedule_xxx()
Definition at line 153 of file api/spec/std_types.h.
| uint32_t odp_feature_t::stash |
Stash APIs, e.g., odp_stash_xxx()
Definition at line 156 of file api/spec/std_types.h.
| uint32_t odp_feature_t::time |
Time APIs, e.g., odp_time_xxx()
Definition at line 159 of file api/spec/std_types.h.
| uint32_t odp_feature_t::timer |
Timer APIs, e.g., odp_timer_xxx(), odp_timeout_xxx()
Definition at line 162 of file api/spec/std_types.h.
| uint32_t odp_feature_t::tm |
Traffic Manager APIs, e.g., odp_tm_xxx()
Definition at line 165 of file api/spec/std_types.h.