John Fastabend
46e5da40ae
net: qdisc: use rcu prefix and silence sparse warnings
...
Add __rcu notation to qdisc handling by doing this we can make
smatch output more legible. And anyways some of the cases should
be using rcu_dereference() see qdisc_all_tx_empty(),
qdisc_tx_chainging(), and so on.
Also *wake_queue() API is commonly called from driver timer routines
without rcu lock or rtnl lock. So I added rcu_read_lock() blocks
around netif_wake_subqueue and netif_tx_wake_queue.
Signed-off-by: John Fastabend <john.r.fastabend@intel.com >
Acked-by: Eric Dumazet <edumazet@google.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2014-09-13 12:30:25 -04:00
..
2014-04-24 13:44:54 -04:00
2014-02-12 19:23:32 -05:00
2014-02-12 19:23:32 -05:00
2014-02-12 19:23:32 -05:00
2014-07-20 20:31:42 -07:00
2014-02-12 19:23:32 -05:00
2014-02-12 19:23:32 -05:00
2014-08-22 19:57:23 -07:00
2014-02-12 19:23:32 -05:00
2014-02-12 19:23:32 -05:00
2014-07-17 14:58:52 -07:00
2014-04-27 23:42:39 -04:00
2014-08-02 15:03:58 -07:00
2014-04-27 23:42:39 -04:00
2014-04-27 23:42:39 -04:00
2014-04-27 23:42:39 -04:00
2014-04-27 23:42:39 -04:00
2007-07-10 22:16:41 -07:00
2007-07-10 22:16:41 -07:00
2014-04-27 23:42:39 -04:00
2014-07-24 23:23:32 -07:00
2014-07-20 20:49:17 -07:00
2014-06-21 15:40:22 -07:00
2011-01-19 23:31:12 -08:00
2013-10-18 16:23:06 -04:00
2013-12-17 16:36:21 -05:00
2011-01-19 23:31:12 -08:00
2011-01-19 23:31:12 -08:00
2011-01-19 23:31:12 -08:00
2012-05-15 13:45:03 -04:00
2014-01-06 15:13:01 -05:00
2014-01-06 15:13:01 -05:00
2014-06-11 15:50:59 -07:00
2014-03-13 15:39:20 -04:00
2008-10-31 00:45:55 -07:00
2014-08-19 10:58:44 -07:00
2014-06-05 00:49:51 -07:00
2012-05-16 15:30:26 -04:00
2014-06-11 15:50:59 -07:00
2013-12-31 13:50:57 -05:00
2012-04-01 18:11:37 -04:00
2014-08-23 12:21:21 -07:00
2014-08-22 19:57:23 -07:00
2014-09-13 12:30:25 -04:00
2013-12-31 13:50:56 -05:00
2014-03-13 15:39:20 -04:00
2014-06-05 00:49:51 -07:00
2014-08-22 19:57:23 -07:00
2014-03-13 15:39:20 -04:00
2013-12-09 19:54:47 -05:00
2014-09-13 12:30:25 -04:00
2013-12-06 12:37:57 -05:00
2014-06-05 00:49:51 -07:00
2014-02-13 18:29:58 -05:00
2012-02-13 16:04:40 -05:00
2012-04-01 18:11:37 -04:00
2013-07-18 13:02:00 -07:00
2012-04-01 18:11:37 -04:00
2014-01-14 15:15:25 -08:00
2014-09-09 17:34:41 -07:00
2014-08-22 19:57:23 -07:00
2014-09-13 12:30:25 -04:00