DPDK
19.02.0
|
#include <rte_meter.h>
Data Fields | |
uint64_t | cir |
uint64_t | eir |
uint64_t | cbs |
uint64_t | ebs |
trTCM parameters per metered traffic flow. The CIR, EIR, CBS and EBS
parameters only count bytes of IP packets and do not include link specific headers. The CBS and EBS need to be greater than zero if CIR and EIR are none-zero respectively.
Definition at line 73 of file rte_meter.h.
uint64_t cir |
Committed Information Rate (CIR). Measured in bytes per second.
Definition at line 74 of file rte_meter.h.
uint64_t eir |
Excess Information Rate (EIR). Measured in bytes per second.
Definition at line 75 of file rte_meter.h.
uint64_t cbs |
Committed Burst Size (CBS). Measured in bytes.
Definition at line 76 of file rte_meter.h.
uint64_t ebs |
Excess Burst Size (EBS). Measured in bytes.
Definition at line 77 of file rte_meter.h.