]> git.baikalelectronics.ru Git - kernel.git/commit
Subject: net: allow configuring default qdisc
authorstephen hemminger <stephen@networkplumber.org>
Thu, 13 Apr 2017 15:40:53 +0000 (08:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Apr 2017 17:23:06 +0000 (13:23 -0400)
commit6cb74f44e55ed13ea37c1486f85ca59c556d8c9e
tree8625511224c100bdd07016eea85d0bad0027d235
parent9fa60412c5f5235fb9fde52cbc80bdf7c6855a01
Subject: net: allow configuring default qdisc

Since 3.12 it has been possible to configure the default queuing
discipline via sysctl. This patch adds ability to configure the
default queue discipline in kernel configuration. This is useful for
environments where configuring the value from userspace is difficult
to manage.

The default is still the same as before (pfifo_fast) and it is
possible to change after kernel init with sysctl. This is similar
to how TCP congestion control works.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/Kconfig
net/sched/sch_api.c