API Reference Manual
1.46.0
|
TM threshold parameters. More...
#include <traffic_mngr.h>
Data Fields | |
uint64_t | max_pkts |
max pkt cnt for this threshold profile | |
uint64_t | max_bytes |
max byte cnt for this threshold profile | |
odp_bool_t | enable_max_pkts |
TRUE if max_pkts is valid. More... | |
odp_bool_t | enable_max_bytes |
TRUE if max_bytes is valid. More... | |
TM threshold parameters.
Use odp_tm_threshold_params_init() to initialize parameters into their default values.
Definition at line 1323 of file api/spec/traffic_mngr.h.
odp_bool_t odp_tm_threshold_params_t::enable_max_pkts |
TRUE if max_pkts is valid.
The default value is false.
Definition at line 1328 of file api/spec/traffic_mngr.h.
odp_bool_t odp_tm_threshold_params_t::enable_max_bytes |
TRUE if max_bytes is valid.
The default value is false.
Definition at line 1331 of file api/spec/traffic_mngr.h.