commit | a627266570605a98c5fda5b8234d9e92015e4d14 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <dada1@cosmosbay.com> | Thu Aug 28 01:11:25 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 28 01:11:25 2008 -0700 |
tree | 5af86658a09241d08694558f976e93d29e526762 | |
parent | 6be547a61d6220199826070cda792297c3d15994 [diff] |
ip: speedup /proc/net/rt_cache handling When scanning route cache hash table, we can avoid taking locks for empty buckets. Both /proc/net/rt_cache and NETLINK RTM_GETROUTE interface are taken into account. Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>