|
API Reference Manual 1.51.0
|
Supported threshold types. More...
#include <threshold.h>
Data Fields | ||
| struct { | ||
| uint8_t percent:1 | ||
| Percentage of the total size of pool or queue. More... | ||
| uint8_t packet:1 | ||
| Total number of all transient packets. More... | ||
| uint8_t bytes:1 | ||
| Total size of all transient packets in bytes. More... | ||
| }; | ||
| bitfields for different threshold types | ||
| uint8_t | all_bits | |
| All bits of the bit field structure. | ||
Supported threshold types.
Supported threshold types in a bit field structure.
Definition at line 26 of file spec/threshold.h.
| uint8_t odp_threshold_types_t::percent |
Percentage of the total size of pool or queue.
Definition at line 30 of file spec/threshold.h.
| uint8_t odp_threshold_types_t::packet |
Total number of all transient packets.
Definition at line 33 of file spec/threshold.h.
| uint8_t odp_threshold_types_t::bytes |
Total size of all transient packets in bytes.
Definition at line 36 of file spec/threshold.h.
| uint8_t odp_threshold_types_t::all_bits |
All bits of the bit field structure.
Definition at line 40 of file spec/threshold.h.