From: Eric Dumazet Date: Thu, 5 Dec 2013 19:12:02 +0000 (-0800) Subject: pkt_sched: give visibility to mq slave qdiscs X-Git-Tag: v3.14-rc1~94^2~567 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95dc19299f741c986227ec33e23cbf9b3321f812;p=pandora-kernel.git pkt_sched: give visibility to mq slave qdiscs Commit 6da7c8fcbcbd ("qdisc: allow setting default queuing discipline") added the ability to change default qdisc from pfifo_fast to say fq But as most modern ethernet devices are multiqueue, we cant really see all the statistics from "tc -s qdisc show", as the default root qdisc is mq. This patch adds the calls to qdisc_list_add() to mq and mqprio Signed-off-by: Eric Dumazet Cc: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed