API Reference Manual
1.46.0
|
Classifier statistics capabilities. More...
#include <classification.h>
Data Fields | |
struct { | |
union { | |
struct { | |
uint64_t octets: 1 | |
See odp_cls_cos_stats_t::octets. | |
uint64_t packets: 1 | |
See odp_cls_cos_stats_t::packets. | |
uint64_t discards: 1 | |
See odp_cls_cos_stats_t::discards. | |
uint64_t errors: 1 | |
See odp_cls_cos_stats_t::errors. | |
} counter | |
Statistics counters in a bit field structure. | |
uint64_t all_counters | |
All bits of the bit field structure. More... | |
} | |
Supported counters. | |
} | cos |
CoS level capabilities. | |
struct { | |
union { | |
struct { | |
uint64_t octets: 1 | |
See odp_cls_queue_stats_t::octets. | |
uint64_t packets: 1 | |
See odp_cls_queue_stats_t::packets. | |
uint64_t discards: 1 | |
See odp_cls_queue_stats_t::discards. | |
uint64_t errors: 1 | |
See odp_cls_queue_stats_t::errors. | |
} counter | |
Statistics counters in a bit field structure. | |
uint64_t all_counters | |
All bits of the bit field structure. More... | |
} | |
Supported counters. | |
} | queue |
Queue level capabilities. | |
Classifier statistics capabilities.
Definition at line 467 of file api/spec/classification.h.
uint64_t odp_cls_stats_capability_t::octets |
See odp_cls_cos_stats_t::octets.
See odp_cls_queue_stats_t::octets.
Definition at line 475 of file api/spec/classification.h.
uint64_t odp_cls_stats_capability_t::packets |
See odp_cls_cos_stats_t::packets.
See odp_cls_queue_stats_t::packets.
Definition at line 478 of file api/spec/classification.h.
uint64_t odp_cls_stats_capability_t::discards |
See odp_cls_cos_stats_t::discards.
See odp_cls_queue_stats_t::discards.
Definition at line 481 of file api/spec/classification.h.
uint64_t odp_cls_stats_capability_t::errors |
See odp_cls_cos_stats_t::errors.
See odp_cls_queue_stats_t::errors.
Definition at line 484 of file api/spec/classification.h.
uint64_t odp_cls_stats_capability_t::all_counters |
All bits of the bit field structure.
This field can be used to set/clear all flags, or for bitwise operations over the entire structure.
Definition at line 492 of file api/spec/classification.h.