Re: [PATCH] Consolidate udp hash calculations

2007-05-07 Thread David Miller
From: Pavel Emelianov <[EMAIL PROTECTED]> Date: Mon, 07 May 2007 11:07:15 +0400 > David Miller wrote: > > I can only assume you wish to do something with the UDP hash table > > sizes, and therefore only want to have a need to touch one function. > > You are right, I have told that this must help

Re: [PATCH] Consolidate udp hash calculations

2007-05-07 Thread Pavel Emelianov
David Miller wrote: > From: Pavel Emelianov <[EMAIL PROTECTED]> > Date: Fri, 04 May 2007 18:51:36 +0400 > >> Make access to udphash/udplitehash symmetrical to inet hashes. >> >> This may also help network namespaces, since they tend to use >> one hash for different namespaces by selecting the hash

Re: [PATCH] Consolidate udp hash calculations

2007-05-04 Thread David Miller
From: Pavel Emelianov <[EMAIL PROTECTED]> Date: Fri, 04 May 2007 18:51:36 +0400 > Make access to udphash/udplitehash symmetrical to inet hashes. > > This may also help network namespaces, since they tend to use > one hash for different namespaces by selecting the hash chain > depending on a hash

[PATCH] Consolidate udp hash calculations

2007-05-04 Thread Pavel Emelianov
Make access to udphash/udplitehash symmetrical to inet hashes. This may also help network namespaces, since they tend to use one hash for different namespaces by selecting the hash chain depending on a hash value and the namespace. Signed-off-by: Pavel Emelianov <[EMAIL PROTECTED]> --- diff --g