aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2015-08-27 21:21:38 +0200
committerDavid S. Miller <davem@davemloft.net>2015-08-27 17:14:30 -0700
commitd66d6c3152e8d5a6db42a56bf7ae1c6cae87ba48 (patch)
tree15e538fa64d6f8dcb0c69dff2a1daffc74c59d7a /include/net
parentnet: sched: ignore tx_queue_len when assigning default qdisc (diff)
downloadlinux-dev-d66d6c3152e8d5a6db42a56bf7ae1c6cae87ba48.tar.xz
linux-dev-d66d6c3152e8d5a6db42a56bf7ae1c6cae87ba48.zip
net: sched: register noqueue qdisc
This way users can attach noqueue just like any other qdisc using tc without having to mess with tx_queue_len first. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/sch_generic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h
index 2eab08c38e32..444faa89a55f 100644
--- a/include/net/sch_generic.h
+++ b/include/net/sch_generic.h
@@ -340,6 +340,7 @@ extern struct Qdisc noop_qdisc;
extern struct Qdisc_ops noop_qdisc_ops;
extern struct Qdisc_ops pfifo_fast_ops;
extern struct Qdisc_ops mq_qdisc_ops;
+extern struct Qdisc_ops noqueue_qdisc_ops;
extern const struct Qdisc_ops *default_qdisc_ops;
struct Qdisc_class_common {