an.dumitre...@intel.com]
Sent: Monday, September 25, 2017 11:37 AM
To: alangordonde...@gmail.com; Kantecki, Tomasz
Cc: dev@dpdk.org; Alan Dewar
Subject: RE: [dpdk-dev] [PATCH v3] sched: make RED scaling configurable
...
> diff --git a/config/common_base b/config/common_base index
>
...
> diff --git a/config/common_base b/config/common_base
> index 5e97a08..2626557 100644
> --- a/config/common_base
> +++ b/config/common_base
> @@ -666,6 +666,13 @@ CONFIG_RTE_SCHED_COLLECT_STATS=n
> CONFIG_RTE_SCHED_SUBPORT_TC_OV=n
> CONFIG_RTE_SCHED_PORT_N_GRINDERS=8
> CONFIG_RTE_SCHED_VE
From: Alan Dewar
The RED code stores the maximum threshold is a 32-bit integer as a
pseudo fixed-point floating number with 10 fractional bits. Twelve
other bits are used to encode the filter weight, leaving just 10 bits
for the queue length. This limits the maximum queue length supported
by RE
3 matches
Mail list logo