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

2017-09-11 Thread Kantecki, Tomasz
Hi Alan, This looks like a very good idea but I think the patch must also cover adequate changes of test/test/test_red.c file. What range of fraction/max_threshold values did you find to work correctly with no further code mods? Thanks, Tomasz -Original Message- From: alangordonde...@g

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

2017-09-01 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

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

2017-08-31 Thread Dumitrescu, Cristian
CC-ing Tomasz, the author of rte_red.[hc]. > -Original Message- > From: Alan Dewar [mailto:alangordonde...@gmail.com] > Sent: Thursday, August 31, 2017 10:00 AM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: [PATCH] sched: make RED scaling configurable > > The RED code stores t