Re: [PATCH 0/2] udp: Convert the UDP hash lock to RCU
From: Eric Dumazet <hidden>
Date: 2008-10-28 22:07:09
From: Eric Dumazet <hidden>
Date: 2008-10-28 22:07:09
Stephen Hemminger a écrit :
On Tue, 28 Oct 2008 21:37:15 +0100 Eric Dumazet [off-list ref] wrote:quoted
We use RCU only for fast path. Thus, /proc/net/udp still take rdlocks.We should just make it a spin_lock later and speed up udp socket creation.
Indeed