|
API Reference Manual 1.51.0
|
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. | ||
Event aggregator related capabilities.
Definition at line 560 of file api/spec/classification.h.
| 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.
| 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.
| 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 { ... } odp_cls_aggr_capability_t::enq_profile_type |
Supported enqueuing profile types in addition to ODP_AEP_TYPE_NONE, which is always supported.