Re: [PATCH][NET_SCHED] sch_sfq: fix queue limiting while enqueuing
From: Jarek Poplawski <hidden>
Date: 2008-04-28 15:00:27
From: Jarek Poplawski <hidden>
Date: 2008-04-28 15:00:27
On Mon, Apr 28, 2008 at 04:02:01PM +0200, Patrick McHardy wrote: ...
I would go for a new parameter, tx_queue_len is not very well suited in my opinion since its global for the entire device, and most likely you don't want inner qdiscs to have the full tx_queue_length as limit but something smaller.
Yes, a new parameter looks like the safest choice. I'll only have to re-think first the possible reason for this strange limit... Thanks again, Jarek P.