From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Lee Irwin III Date: Thu, 09 Dec 2004 22:52:59 +0000 Subject: Re: page fault scalability patch V12: rss tasklist vs sloppy rss Message-Id: <20041209225259.GG2714@holomorphy.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Lameter Cc: Hugh Dickins , Linus Torvalds , Andrew Morton , Benjamin Herrenschmidt , Nick Piggin , linux-mm@kvack.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org On Thu, Dec 09, 2004 at 02:02:37PM -0800, Christoph Lameter wrote: > I was not also able to get the high numbers of > 3 mio faults with atomic > rss + prefaulting but was able to get that with tasklist + prefault. The > atomic version shares the locality problems with the sloppy approach. The implementation of the atomic version at least improperly places the counter's cacheline, so the results for that are gibberish. Unless the algorithms being compared are properly implemented, they're straw men, not valid comparisons. -- wli