> On Jul 30, 2018, at 12:55 PM, Toke Høiland-Jørgensen <[email protected]> wrote: >> >> I believe all you needto do is change the following in scg_cake.c: >> #define CAKE_QUEUES (1024) >> >> Now I heard reports that above a certain number this breaks, but it >> might be enough for 32K or even 64k, or ~32 to 64 queues per customer, >> which might already help to spread out things a bit... > > Has to fit in 16 bits, so 64k is the max; we really ought to have made > that parameter configurable...
Couldn’t it still be made so now? Not sure of the performance impact though. If it’s better to make it powers of 2 or there are other restrictions on it (min and max), the config interface should also handle this. _______________________________________________ Cake mailing list [email protected] https://lists.bufferbloat.net/listinfo/cake
