API Reference Manual  1.47.0
odp_cls_aggr_capability_t Struct Reference

Event aggregator related capabilities. More...

#include <classification.h>

Data Fields

struct {
   uint64_t   ipv4_frag: 1
 IPv4 fragment profile (ODP_AEP_TYPE_IPV4_FRAG)
 
   uint64_t   ipv6_frag: 1
 IPv6 fragment profile (ODP_AEP_TYPE_IPV6_FRAG)
 
   uint64_t   custom: 1
 Custom profile (ODP_AEP_TYPE_CUSTOM)
 
enq_profile_type
 Supported enqueuing profile types in addition to ODP_AEP_TYPE_NONE, which is always supported. More...
 

Detailed Description

Event aggregator related capabilities.

Definition at line 548 of file api/spec/classification.h.

Field Documentation

◆ 

struct { ... } odp_cls_aggr_capability_t::enq_profile_type

Supported enqueuing profile types in addition to ODP_AEP_TYPE_NONE, which is always supported.

See odp_aggr_enq_profile_t.


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