Re: 2.6.24-rc2: Network commit causes SLUB performance regression with tbench

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Christoph Lameter
Date: Wednesday, November 14, 2007 - 6:03 pm

On Wed, 14 Nov 2007, David Miller wrote:


Well this is likely the result of the SLUB regression. If you allocate an 
order 1 page then the zone locks need to be taken. SLAB queues the a 
couple of higher order pages and can so serve a couple of requests without 
going into the page allocator whereas SLUB has to go directly to the page 
allocator for allocate and free. I guess that needs fixing in the page 
allocator. Or do I need to add a mechanism to buffer higher order page 
allcoations to SLUB?


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ..., Christoph Lameter, (Wed Nov 14, 11:33 am)
Re: 2.6.24-rc2: Network commit causes SLUB performance reg ..., Christoph Lameter, (Wed Nov 14, 6:03 pm)