API Reference Manual  1.45.0
odp_feature_t Union Reference

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.
 

Detailed Description

Definition of ODP features.

Definition at line 120 of file api/spec/std_types.h.


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