DPDK  24.03.0
Data Fields
rte_meter_trtcm Struct Reference

#include <rte_meter.h>

Data Fields

uint64_t time_tc
 
uint64_t time_tp
 
uint64_t tc
 
uint64_t tp
 

Detailed Description

Internal data structure storing the trTCM run-time context per metered traffic flow.

Definition at line 355 of file rte_meter.h.

Field Documentation

◆ time_tc

uint64_t time_tc

Time of latest update of C token bucket

Definition at line 356 of file rte_meter.h.

◆ time_tp

uint64_t time_tp

Time of latest update of P token bucket

Definition at line 358 of file rte_meter.h.

◆ tc

uint64_t tc

Number of bytes currently available in committed(C) token bucket

Definition at line 360 of file rte_meter.h.

◆ tp

uint64_t tp

Number of bytes currently available in the peak(P) token bucket

Definition at line 362 of file rte_meter.h.


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