Files
kernel-tenderloin-3.0/net
Eric Dumazet 72c9528bab net: Introduce dev_get_by_name_rcu()
Some workloads hit dev_base_lock rwlock pretty hard.
We can use RCU lookups to avoid touching this rwlock
(and avoid touching netdevice refcount)

netdevices are already freed after a RCU grace period, so this patch
adds no penalty at device dismantle time.

However, it adds a synchronize_rcu() call in dev_change_name()

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-11-01 23:55:08 -08:00
..
2009-09-23 22:26:32 +09:30
2009-05-25 01:53:53 -07:00
2009-11-01 23:55:08 -08:00
2009-09-26 20:16:15 -07:00
2009-10-20 18:55:46 -07:00
2009-10-20 18:55:46 -07:00
2009-05-25 01:53:53 -07:00
2009-10-14 20:40:11 -07:00
2009-10-07 01:10:46 -07:00
2009-10-07 01:10:46 -07:00
2009-10-07 01:10:46 -07:00
2009-10-07 01:10:46 -07:00
2009-10-07 01:10:46 -07:00
2009-10-18 18:52:53 -07:00
2009-10-18 18:52:53 -07:00
2009-07-12 12:22:34 -07:00
2009-10-18 21:32:01 -07:00