DPDK  19.05.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 372 of file rte_meter.h.

Field Documentation

uint64_t time_tc

Time of latest update of C token bucket

Definition at line 374 of file rte_meter.h.

uint64_t time_tp

Time of latest update of P token bucket

Definition at line 376 of file rte_meter.h.

uint64_t tc

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

Definition at line 378 of file rte_meter.h.

uint64_t tp

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

Definition at line 380 of file rte_meter.h.


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