aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/proc.c
diff options
context:
space:
mode:
authorYan, Zheng <zheng.z.yan@intel.com>2012-08-12 20:09:59 +0000
committerDavid S. Miller <davem@davemloft.net>2012-08-14 14:45:07 -0700
commit7bd86cc282a458b66c41e3f6676de6656c99b8db (patch)
tree3d40c40d31d9556c095a9e50d54528886fdbcc79 /net/ipv6/proc.c
parentnet: sierra_net: replace whitelist with ifnumber match (diff)
downloadlinux-dev-7bd86cc282a458b66c41e3f6676de6656c99b8db.tar.xz
linux-dev-7bd86cc282a458b66c41e3f6676de6656c99b8db.zip
ipv4: Cache local output routes
Commit caacf05e5ad1abf causes big drop of UDP loop back performance. The cause of the regression is that we do not cache the local output routes. Each time we send a datagram from unconnected UDP socket, the kernel allocates a dst_entry and adds it to the rt_uncached_list. It creates lock contention on the rt_uncached_lock. Reported-by: Alex Shi <alex.shi@intel.com> Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/proc.c')
0 files changed, 0 insertions, 0 deletions