DPDK  19.11.14
Data Fields
rte_red_config Struct Reference

#include <rte_red.h>

Data Fields

uint32_t min_th
 
uint32_t max_th
 
uint32_t pa_const
 
uint8_t maxp_inv
 
uint8_t wq_log2
 

Detailed Description

RED configuration parameters

Definition at line 60 of file rte_red.h.

Field Documentation

◆ min_th

uint32_t min_th

min_th scaled in fixed-point format

Definition at line 61 of file rte_red.h.

◆ max_th

uint32_t max_th

max_th scaled in fixed-point format

Definition at line 62 of file rte_red.h.

◆ pa_const

uint32_t pa_const

Precomputed constant value used for pa calculation (scaled in fixed-point format)

Definition at line 63 of file rte_red.h.

◆ maxp_inv

uint8_t maxp_inv

maxp_inv

Definition at line 64 of file rte_red.h.

◆ wq_log2

uint8_t wq_log2

wq_log2

Definition at line 65 of file rte_red.h.


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