DPDK  24.03.0
Data Fields
rte_meter_srtcm_params Struct Reference

#include <rte_meter.h>

Data Fields

uint64_t cir
 
uint64_t cbs
 
uint64_t ebs
 

Detailed Description

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.

Examples:
examples/qos_meter/main.c.

Definition at line 42 of file rte_meter.h.

Field Documentation

◆ cir

uint64_t cir

Committed Information Rate (CIR). Measured in bytes per second.

Examples:
examples/ip_pipeline/cli.c, and examples/qos_meter/main.c.

Definition at line 43 of file rte_meter.h.

◆ cbs

uint64_t cbs

Committed Burst Size (CBS). Measured in bytes.

Examples:
examples/ip_pipeline/cli.c.

Definition at line 44 of file rte_meter.h.

◆ ebs

uint64_t ebs

Excess Burst Size (EBS). Measured in bytes.

Examples:
examples/ip_pipeline/cli.c.

Definition at line 45 of file rte_meter.h.


The documentation for this struct was generated from the following file: