Re: [Patch net-next 4/5] net_sched: forbid setting default qdisc to inappropriate ones
From: David Miller <davem@davemloft.net>
Date: 2015-09-02 06:19:16
From: David Miller <davem@davemloft.net>
Date: 2015-09-02 06:19:16
From: Cong Wang <redacted> Date: Tue, 1 Sep 2015 23:05:45 -0700
On Sun, Aug 30, 2015 at 12:07 PM, Jamal Hadi Salim [off-list ref] wrote:quoted
On 08/28/15 19:20, David Miller wrote:quoted
But HTB definitely should be allowed.Problem with most non-work conserving schedulers is what the meaning of default resources means; example, for HTB: What is the default bandwidth you allocate to a class of users?Exactly, that is why it has to need at least one parameter for bandwidth, while default qdisc requires no parameter.
Ok I'm convinced.