DPDK  22.07.0
Data Fields
rte_tm_token_bucket Struct Reference

#include <rte_tm.h>

Data Fields

uint64_t rate
 
uint64_t size
 

Detailed Description

Token bucket

Definition at line 1013 of file rte_tm.h.

Field Documentation

◆ rate

uint64_t rate

Token bucket rate (bytes per second or packets per second)

Definition at line 1015 of file rte_tm.h.

◆ size

uint64_t size

Token bucket size (bytes or packets), a.k.a. max burst size

Definition at line 1018 of file rte_tm.h.


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