From: Eric Dumazet <[EMAIL PROTECTED]> Date: Fri, 26 Aug 2005 03:07:06 +0200
> On one of my production machine, tcp_statistics was sitting in a heavily > modified cache line, so *every* SNMP update had to force a reload. But I disagree that statistics belong in the __read_mostly. They are write mostly, in fact. :-) Some are incremented every single packet, and they are per-cpu objects as well. I agree with putting kmem cache objects et al. in there, that part of your patch is fine. Whilst we discuss the SNMP side of the changes further, why don't you split out the kmem cache __read_mostly changes because that isn't controversial and I can apply that immedialte. Ok? Thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html