David S. Miller
c3f26a269c
netdev: Fix lockdep warnings in multiqueue configurations.
...
When support for multiple TX queues were added, the
netif_tx_lock() routines we converted to iterate over
all TX queues and grab each queue's spinlock.
This causes heartburn for lockdep and it's not a healthy
thing to do with lots of TX queues anyways.
So modify this to use a top-level lock and a "frozen"
state for the individual TX queues.
Signed-off-by: David S. Miller <davem@davemloft.net >
2008-07-31 16:58:50 -07:00
..
2008-07-24 10:47:27 -07:00
2008-07-25 10:53:27 -07:00
2008-07-22 14:16:42 -07:00
2008-07-25 21:43:18 -07:00
2008-07-30 16:31:46 -07:00
2008-07-19 22:34:43 -07:00
2008-07-21 21:54:51 -07:00
2008-07-30 16:27:55 -07:00
2008-07-19 22:34:43 -07:00
2008-07-31 16:58:50 -07:00
2008-07-26 11:59:11 +01:00
2008-07-19 22:34:43 -07:00
2008-07-19 22:34:43 -07:00
2008-04-13 22:45:40 -07:00
2008-06-16 18:50:49 -07:00
2008-07-31 00:38:31 -07:00
2008-07-30 03:27:52 -07:00
2008-07-19 22:34:43 -07:00
2008-07-20 17:43:29 -07:00
2008-07-21 17:19:50 +02:00
2008-07-25 21:43:18 -07:00
2008-01-28 14:56:52 -08:00
2008-07-19 22:34:43 -07:00
2008-07-29 16:55:09 -04:00
2008-07-31 00:38:52 -07:00
2008-07-19 22:34:43 -07:00
2008-07-25 21:43:18 -07:00
2008-07-22 14:16:42 -07:00
2008-07-25 21:43:18 -07:00
2008-07-29 16:55:03 -04:00
2008-07-22 14:16:42 -07:00
2008-07-25 21:43:18 -07:00
2008-07-31 16:58:50 -07:00
2008-07-26 20:17:56 -07:00
2008-07-28 21:14:43 +02:00
2008-07-19 22:34:43 -07:00
2008-07-26 20:23:44 -07:00
2008-07-14 22:22:29 -07:00
2008-07-29 16:55:08 -04:00
2008-07-19 22:34:43 -07:00
2008-07-25 21:43:18 -07:00
2008-07-24 10:47:27 -07:00
2008-07-30 03:27:53 -07:00
2008-07-08 03:23:36 -07:00
2008-07-26 12:00:07 -07:00
2008-07-27 09:45:34 -07:00