| rte_meter_srtcm_params(3) | Library Functions Manual | rte_meter_srtcm_params(3) |
rte_meter_srtcm_params
#include <rte_meter.h>
uint64_t cir
uint64_t cbs
uint64_t ebs
srTCM parameters per metered traffic flow. The CIR, CBS and EBS parameters only count bytes of IP packets and do not include link specific headers. At least one of the CBS or EBS parameters has to be greater than zero.
Definition at line 42 of file rte_meter.h.
Committed Information Rate (CIR). Measured in bytes per second.
Definition at line 43 of file rte_meter.h.
Committed Burst Size (CBS). Measured in bytes.
Definition at line 44 of file rte_meter.h.
Excess Burst Size (EBS). Measured in bytes.
Definition at line 45 of file rte_meter.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |