DPDK  19.11.14
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 376 of file rte_meter.h.

Field Documentation

◆ time_tc

uint64_t time_tc

Time of latest update of C token bucket

Definition at line 377 of file rte_meter.h.

◆ time_tp

uint64_t time_tp

Time of latest update of P token bucket

Definition at line 379 of file rte_meter.h.

◆ tc

uint64_t tc

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

Definition at line 381 of file rte_meter.h.

◆ tp

uint64_t tp

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

Definition at line 383 of file rte_meter.h.


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