Re: [PATCH 2/2] udp: RCU handling for Unicast packets.
From: Paul E. McKenney <hidden>
Date: 2008-10-29 18:39:09
From: Paul E. McKenney <hidden>
Date: 2008-10-29 18:39:09
On Wed, Oct 29, 2008 at 11:29:56AM -0700, David Miller wrote:
From: "Paul E. McKenney" <redacted> Date: Wed, 29 Oct 2008 11:11:14 -0700quoted
OK. However, this reasoning assumes that a socket with a given udp_hashfn() value will appear on one and only one list. There are no side lists for sockets in other states? (listen, &c)Nope, with UDP things are very simple, just one hash table.
Cool! That does make things easier. ;-) Thanx, Paul