Jarek Poplawski 926e61b7c4 pkt_sched: Fix tx queue selection in tc_modify_qdisc
After the recent mq change there is the new select_queue qdisc class
method used in tc_modify_qdisc, but it works OK only for direct child
qdiscs of mq qdisc. Grandchildren always get the first tx queue, which
would give wrong qdisc_root etc. results (e.g. for sch_htb as child of
sch_prio). This patch fixes it by using parent's dev_queue for such
grandchildren qdiscs. The select_queue method's return type is changed
BTW.

With feedback from: Patrick McHardy <kaber@trash.net>

Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-15 02:53:07 -07:00
..
2009-08-05 10:42:58 -07:00
2009-09-01 17:40:31 -07:00
2008-09-12 16:30:20 -07:00
2009-09-01 17:40:57 -07:00
2009-03-21 19:06:54 -07:00
2009-09-01 17:40:31 -07:00
2009-09-01 17:40:31 -07:00
2008-11-25 17:35:18 -08:00
2008-07-05 21:26:57 -07:00
2009-07-12 14:03:27 -07:00
2009-06-03 02:51:04 -07:00
2009-06-03 02:51:04 -07:00
2008-06-11 21:00:38 -07:00
2009-06-03 02:51:04 -07:00
2008-06-11 21:00:38 -07:00
2009-08-05 10:42:58 -07:00
2009-04-27 02:45:02 -07:00
2008-06-11 21:00:38 -07:00
2009-05-19 16:02:02 -07:00
2008-02-29 11:46:17 -08:00
2008-03-28 16:28:36 -07:00
2009-09-01 17:40:57 -07:00
2009-01-06 11:38:15 -07:00
2009-08-25 16:07:40 +02:00
2008-11-16 23:01:49 -08:00
2009-09-14 17:03:05 -07:00
2009-03-21 19:06:50 -07:00
2009-04-22 16:57:17 -04:00
2009-07-26 19:11:14 -07:00
2009-06-03 02:51:02 -07:00
2009-04-27 02:45:02 -07:00
2009-07-16 18:05:26 -07:00
2008-07-05 21:25:39 -07:00
2009-09-15 01:30:10 -07:00
2009-06-03 14:06:13 -04:00