DPDK
2.0.0
|
#include <rte_meter.h>
Data Fields | |
uint64_t | cir |
uint64_t | pir |
uint64_t | cbs |
uint64_t | pbs |
trTCM parameters per metered traffic flow. The CIR, PIR, CBS and PBS parameters
only count bytes of IP packets and do not include link specific headers. PIR has to be greater than or equal to CIR. Both CBS or EBS have to be greater than zero.
uint64_t cbs |
Committed Burst Size (CBS). Measured in byes.
uint64_t cir |
Committed Information Rate (CIR). Measured in bytes per second.
uint64_t pbs |
Peak Burst Size (PBS). Measured in bytes.
uint64_t pir |
Peak Information Rate (PIR). Measured in bytes per second.