API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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) More...
 
   uint64_t   ipv6_frag: 1 
 IPv6 fragment profile (ODP_AEP_TYPE_IPV6_FRAG) More...
 
   uint64_t   custom: 1 
 Custom profile (ODP_AEP_TYPE_CUSTOM) More...
 
enq_profile_type 
 Supported enqueuing profile types in addition to ODP_AEP_TYPE_NONE, which is always supported.
 

Detailed Description

Event aggregator related capabilities.

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

Field Documentation

◆ ipv4_frag

uint64_t odp_cls_aggr_capability_t::ipv4_frag

IPv4 fragment profile (ODP_AEP_TYPE_IPV4_FRAG)

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

◆ ipv6_frag

uint64_t odp_cls_aggr_capability_t::ipv6_frag

IPv6 fragment profile (ODP_AEP_TYPE_IPV6_FRAG)

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

◆ custom

uint64_t odp_cls_aggr_capability_t::custom

Custom profile (ODP_AEP_TYPE_CUSTOM)

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

◆ [struct]

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: