DPDK  18.05.1
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 259 of file rte_meter.h.

Field Documentation

uint64_t time_tc

Time of latest update of C token bucket

Definition at line 261 of file rte_meter.h.

uint64_t time_tp

Time of latest update of E token bucket

Definition at line 263 of file rte_meter.h.

uint64_t tc

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

Definition at line 265 of file rte_meter.h.

uint64_t tp

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

Definition at line 267 of file rte_meter.h.


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