Re: [patch 00/23] Slab defragmentation V6

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mel Gorman
Date: Thursday, November 8, 2007 - 8:26 am

On Tue, 2007-11-06 at 17:11 -0800, Christoph Lameter wrote:

Was hoping this would get renamed to SLUB Targetted Reclaim from
discussions at VM Summit. As no copying is taking place, it's confusing
to call it defragmentation to me anyway. Not a major deal but it made
reading the patches a little confusing.


When reading this first, I expected to find how slab objects get copied
around and packed which is my problem with the defragmentation name.
Again, not really that relevant to the code.


More terminology nit-pick - ZONE_MOVABLE is not defragmenting anything.
It's just partitioning memory. The slab pages need to be 100%
reclaimable or movable for that to happen but even with targetted
reclaim, some dentries such as the root directory one cannot be
reclaimed, right?


It'd still be valid to leave them as MIGRATE_RECLAIMABLE because that is
what they are. Arguably, MIGRATE_RECLAIMABLE could be dropped in it's
entirety but I'd rather not as reclaimable blocks have significantly
different reclaim costs to pages that are currently marked movable.


I still haven't considered them properly. I've been backlogged for I
don't know how long at this point and this is on the increasingly large
todo list :( . I don't believe it is massively urgent at the moment
though and reclaiming to start with is perfectly adequate just as lumpy
reclaim is fine at the moment.


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 00/23] Slab defragmentation V6, Christoph Lameter, (Tue Nov 6, 6:11 pm)
Re: [patch 00/23] Slab defragmentation V6, Peter Zijlstra, (Wed Nov 7, 1:37 am)
Re: [patch 00/23] Slab defragmentation V6, Christoph Lameter, (Wed Nov 7, 11:04 am)
Re: [patch 00/23] Slab defragmentation V6, Mel Gorman, (Thu Nov 8, 8:26 am)
Plans for Onezonelist patch series ???, Lee Schermerhorn, (Thu Nov 8, 9:01 am)
Re: Plans for Onezonelist patch series ???, Christoph Lameter, (Thu Nov 8, 11:34 am)
Re: Plans for Onezonelist patch series ???, Mel Gorman, (Thu Nov 8, 11:39 am)
Re: Plans for Onezonelist patch series ???, Mel Gorman, (Thu Nov 8, 11:40 am)
Re: Plans for Onezonelist patch series ???, Christoph Lameter, (Thu Nov 8, 11:43 am)
Re: [patch 00/23] Slab defragmentation V6, Christoph Lameter, (Thu Nov 8, 12:12 pm)
Re: Plans for Onezonelist patch series ???, Christoph Lameter, (Thu Nov 8, 12:39 pm)
Re: Plans for Onezonelist patch series ???, Mel Gorman, (Thu Nov 8, 1:06 pm)
Re: Plans for Onezonelist patch series ???, Christoph Lameter, (Thu Nov 8, 1:20 pm)
Re: [patch 00/23] Slab defragmentation V6, Mel Gorman, (Thu Nov 8, 1:24 pm)
Re: [patch 00/23] Slab defragmentation V6, Christoph Lameter, (Thu Nov 8, 1:28 pm)
Re: Plans for Onezonelist patch series ???, Mel Gorman, (Thu Nov 8, 1:29 pm)
Re: [patch 00/23] Slab defragmentation V6, Lee Schermerhorn, (Thu Nov 8, 1:58 pm)
Re: [patch 00/23] Slab defragmentation V6, Christoph Lameter, (Thu Nov 8, 2:27 pm)