Hi all, I wrote new qdisc SRR (Simple Round Robin). This is just another reimplementation of round robin packets distributions. I''m not using SQF/ESFQ source code and algorithms in this scheduler. The main goal of this work is not given multistream download managers give all bandwidth resource. Please testing this: http://mordor.strace.net/sched-srr/ -- /bye ---------------------------------------------------------------------- Dmitry U.Labutcky System administrator of Swift Trace mail to: avl@strace.net Simferopol, Crimea, Ukraine phone: +380-652-516546 Yaltinskaya 20, office 502
Dmitry Labutcky wrote:> Hi all, > > I wrote new qdisc SRR (Simple Round Robin). This is just another > reimplementation > of round robin packets distributions. I''m not using SQF/ESFQ source code > and algorithms > in this scheduler. The main goal of this work is not given multistream > download managers > give all bandwidth resource. > Please testing this: http://mordor.strace.net/sched-srr/ >Haven''t looked yet, but IIRC someone posted a patch on netdev for sfq to do this - possibly used jhash aswell. The man page incorrectly says sfq doesn''t use dst port anyway IIRC. It would be nice to have something better than (e)sfq eg for esfq multi level - for user fairness and connection fairness within that. Preferably fair without packet reordering aswell - maybe a bit of a tall order. Andy.