Re: [dpdk-dev] [PATCH v2] sched: make RED scaling configurable

2017-09-18 Thread Kantecki, Tomasz
> -Original Message- > From: alangordonde...@gmail.com [mailto:alangordonde...@gmail.com] > Sent: Wednesday, September 13, 2017 11:16 AM > To: Kantecki, Tomasz > Cc: dev@dpdk.org; Alan Dewar > Subject: [PATCH v2] sched: make RED scaling configurable > > From: Alan Dewar > > The RED code

[dpdk-dev] [PATCH v2] sched: make RED scaling configurable

2017-09-13 Thread alangordondewar
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