On Sun, Apr 27, 2008 at 08:29:44PM +0200, Patrick McHardy wrote:
OK, you are right: it would break some scripts... But IMHO this way
of treating tx_queue_len isn't right: it can be changed after
initialization too, and looks like perfect way to control the queue
size globally. Anyway, current use of "limit" parameter in sfq warps
its idea. Another possibility would be like this:
sch->q.qlen >= max_t(__u32, sch->dev->tx_queue_len, q->limit)
or removing this global sch->q.qlen check at all. Or maybe we need to
add one more tc parameter for sfq?
Thanks,
Jarek P.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html