API Reference Manual
1.46.0
|
Classifier queue specific statistics counters. More...
#include <classification.h>
Data Fields | |
uint64_t | octets |
Number of octets in successfully delivered packets. More... | |
uint64_t | packets |
Number of successfully delivered packets. | |
uint64_t | discards |
Number of discarded packets due to other reasons (e.g. More... | |
uint64_t | errors |
Number of packets with errors. More... | |
Classifier queue specific statistics counters.
Counters are incremented per packet destined to the queue per originating CoS. Note that a single queue can be a destination for multiple CoS's.
Definition at line 446 of file api/spec/classification.h.
uint64_t odp_cls_queue_stats_t::octets |
Number of octets in successfully delivered packets.
In case of Ethernet, packet size includes MAC header.
Definition at line 449 of file api/spec/classification.h.
uint64_t odp_cls_queue_stats_t::discards |
Number of discarded packets due to other reasons (e.g.
RED) than errors.
Definition at line 456 of file api/spec/classification.h.
uint64_t odp_cls_queue_stats_t::errors |
Number of packets with errors.
Depending on packet input configuration, packets with errors may be dropped or not.
Definition at line 460 of file api/spec/classification.h.