table of contents
rte_tm_token_bucket(3) | DPDK | rte_tm_token_bucket(3) |
NAME¶
rte_tm_token_bucket
SYNOPSIS¶
#include <rte_tm.h>
Data Fields¶
uint64_t rate
uint64_t size
Detailed Description¶
Token bucket
Definition at line 1007 of file rte_tm.h.
Field Documentation¶
uint64_t rate¶
Token bucket rate (bytes per second or packets per second)
Definition at line 1009 of file rte_tm.h.
uint64_t size¶
Token bucket size (bytes or packets), a.k.a. max burst size
Definition at line 1012 of file rte_tm.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Thu May 23 2024 | Version 23.11.0 |