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-04-05 16:54:53 -05:00
2009-08-26 00:12:20 -07:00
2009-08-05 10:42:58 -07:00
2009-06-19 00:10:40 -07:00
2009-09-10 18:17:09 -07:00
2009-09-01 17:40:31 -07:00
2009-07-23 17:58:19 -07:00
2009-09-04 18:21:02 -04:00
2008-09-12 16:30:20 -07:00
2008-07-14 22:42:19 -07:00
2009-08-17 21:33:49 -07:00
2009-09-15 02:37:40 -07:00
2009-08-12 21:54:50 -07:00
2007-04-26 15:50:17 -07:00
2008-11-26 15:32:27 -08:00
2007-10-10 16:55:55 -07:00
2009-09-01 17:40:57 -07:00
2009-01-21 14:01:59 -08:00
2008-02-12 17:53:34 -08:00
2009-03-24 23:32:03 -07:00
2009-08-20 11:36:05 -04:00
2008-11-19 15:44:53 -08:00
2009-03-28 15:01:36 +11:00
2008-07-19 22:35:47 -07:00
2009-09-01 01:24:30 -07:00
2008-11-27 00:12:47 -08:00
2007-10-10 16:52:50 -07:00
2008-11-27 23:04:13 -08:00
2009-03-21 19:06:54 -07:00
2008-01-28 14:55:58 -08:00
2009-09-01 17:40:31 -07:00
2009-09-01 17:40:31 -07:00
2008-01-31 19:27:02 -08:00
2009-03-27 00:16:21 -07:00
2009-05-20 17:26:23 -07:00
2008-11-25 17:35:18 -08:00
2008-07-05 21:26:57 -07:00
2009-08-17 21:33:49 -07:00
2009-07-12 14:03:27 -07:00
2008-07-18 04:04:22 -07:00
2009-03-27 20:12:52 -04:00
2009-08-19 23:08:22 +04:00
2009-07-23 17:08:51 +04:00
2009-03-21 13:29:05 -07:00
2007-01-26 01:04:55 -08:00
2009-06-03 02:51:04 -07:00
2008-04-03 14:28:30 -07:00
2008-08-28 02:53:51 -07:00
2009-02-14 22:58:35 -08:00
2009-02-26 23:13:35 -08:00
2009-06-03 02:51:04 -07:00
2009-06-16 13:09:51 -07:00
2009-06-15 15:49:32 +02:00
2008-06-11 21:00:38 -07:00
2006-12-22 11:12:07 -08:00
2009-07-30 18:52:15 -07:00
2009-06-03 02:51:04 -07:00
2008-06-11 21:00:38 -07:00
2009-05-03 14:19:51 -07:00
2009-08-05 10:42:58 -07:00
2009-04-27 02:45:02 -07:00
2008-07-25 02:54:40 -07:00
2008-06-11 21:00:38 -07:00
2009-05-19 16:02:02 -07:00
2009-07-12 14:29:28 -07:00
2009-02-14 22:58:35 -08:00
2009-08-28 14:40:28 -04:00
2008-11-21 11:42:55 -05:00
2007-10-10 16:49:07 -07:00
2008-02-29 11:46:17 -08:00
2008-03-31 21:02:47 -07:00
2008-03-31 21:02:47 -07:00
2008-03-28 16:28:36 -07:00
2009-08-28 14:40:29 -04:00
2008-04-12 13:43:22 +09:00
2009-01-04 16:04:39 -08:00
2009-09-01 17:40:57 -07:00
2009-07-20 08:03:00 -07:00
2009-01-06 11:38:15 -07:00
2008-01-28 14:53:38 -08:00
2009-03-28 15:01:37 +11:00
2009-08-25 16:07:40 +02:00
2009-01-21 14:02:01 -08:00
2009-08-19 23:08:22 +04:00
2008-11-16 23:01:49 -08:00
2009-09-01 17:59:25 -07:00
2009-09-14 17:03:05 -07:00
2009-03-21 19:06:50 -07:00
2008-03-22 16:56:51 -07:00
2009-06-23 04:31:07 -07:00
2007-04-25 22:27:55 -07:00
2009-04-22 16:57:17 -04:00
2008-11-21 16:45:22 -08:00
2009-07-26 19:11:14 -07:00
2009-06-03 02:51:02 -07:00
2009-09-10 18:17:09 -07:00
2009-09-15 02:53:07 -07:00
2009-07-05 19:16:10 -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
2008-11-21 16:45:22 -08:00
2009-09-02 01:03:49 -07:00
2009-07-12 14:29:21 -07:00
2008-10-29 01:41:45 -07:00
2008-06-16 18:32:46 -07:00
2009-06-03 14:06:13 -04:00
2009-08-19 23:08:20 +04:00
2009-06-16 05:40:30 -07:00
2007-04-25 22:24:32 -07:00
2009-07-30 18:52:15 -07:00