Re: [PATCH] Change some sysctl variables to __read_mostly

2006-08-15 Thread David Miller
From: Brian Haley <[EMAIL PROTECTED]> Date: Wed, 09 Aug 2006 11:09:02 -0400 > Change net/core, ipv4 and ipv6 sysctl variables to __read_mostly. > > Couldn't actually measure any performance increase while testing (.3% I > consider noise), but seems like the right thing to do. > > Signed-off-by:

[PATCH] Change some sysctl variables to __read_mostly

2006-08-09 Thread Brian Haley
Change net/core, ipv4 and ipv6 sysctl variables to __read_mostly. Couldn't actually measure any performance increase while testing (.3% I consider noise), but seems like the right thing to do. Signed-off-by: Brian Haley <[EMAIL PROTECTED]> diff --git a/net/core/neighbour.c b/net/core/neighbour