On 2010-09-07, roberth <[email protected]> wrote: > > So just put ~150 (*2 for both directions) child queues in your config.
queues are per-interface anyway, so there's no need for the *2 in the config (and the associated headaches in assigning traffic to the correct queue) altq on some_if cbq bandwidth 2048Kb queue (aa, ab, ac, ... es, et, eu) altq on other_if cbq bandwidth 2048Kb queue (aa, ab, ac, ... es, et, eu) queue aa bandwidth 12Kb priority 2 cbq(borrow red) queue ab bandwidth 12Kb priority 2 cbq(borrow red) ... queue et bandwidth 12Kb priority 2 cbq(borrow red) queue eu bandwidth 12Kb priority 2 cbq(borrow red) I think the users might be happier with hfsc rather than cbq though

