login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
November
»
12
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Christoph Lameter <clameter@...>
To: Mel Gorman <mel@...>
Cc: Lee Schermerhorn <Lee.Schermerhorn@...>, Nishanth Aravamudan <nacc@...>, <akpm@...>, <linux-kernel@...>, <linux-mm@...>, <rientjes@...>, <kamezawa.hiroyu@...>
Subject:
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
Date: Monday, November 12, 2007 - 3:07 pm
On Sun, 11 Nov 2007, Mel Gorman wrote:
quoted text
> If MPOL_BIND is in effect, the allocation will be filtered based on the > current allowed nodemask. If they specify THISNODE and the specified > node or current node is not in the mask, I would expect the allocation > to fail. Is that unexpected to anybody?
Currently GFP_THISNODE with MPOL_BIND results an allocation on the first node. -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/6] Use one zonelist per node instead of multiple zo...
, Mel Gorman
, (Fri Nov 9, 10:32 am)
[PATCH 5/6] Filter based on a nodemask as well as a gfp_mask
, Mel Gorman
, (Fri Nov 9, 10:34 am)
Re: [PATCH 5/6] Filter based on a nodemask as well as a gfp_...
, Paul Jackson
, (Fri Feb 29, 1:01 am)
[PATCH] 2.6.25-rc3-mm1 - Mempolicy - update stale documentat...
, Lee Schermerhorn
, (Tue Mar 4, 4:20 pm)
Re: [PATCH] 2.6.25-rc3-mm1 - Mempolicy - update stale docume...
, Mel Gorman
, (Fri Mar 7, 7:53 am)
Re: [PATCH] 2.6.25-rc3-mm1 - Mempolicy - update stale docume...
, Paul Jackson
, (Tue Mar 4, 8:35 pm)
Re: [PATCH 5/6] Filter based on a nodemask as well as a gfp_...
, Lee Schermerhorn
, (Fri Feb 29, 10:49 am)
[PATCH 6/6] Use one zonelist that is filtered by nodemask
, Mel Gorman
, (Fri Nov 9, 10:34 am)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Christoph Lameter
, (Fri Nov 9, 11:45 am)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Mel Gorman
, (Tue Nov 20, 10:19 am)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Christoph Lameter
, (Tue Nov 20, 4:18 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Andrew Morton
, (Tue Nov 20, 5:33 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Christoph Lameter
, (Tue Nov 20, 5:38 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Mel Gorman
, (Tue Nov 20, 5:26 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Lee Schermerhorn
, (Tue Nov 20, 11:14 am)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Mel Gorman
, (Tue Nov 20, 12:21 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Christoph Lameter
, (Tue Nov 20, 4:19 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Mel Gorman
, (Fri Nov 9, 12:14 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Nishanth Aravamudan
, (Fri Nov 9, 12:45 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Lee Schermerhorn
, (Fri Nov 9, 1:18 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Nishanth Aravamudan
, (Fri Nov 9, 2:14 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Christoph Lameter
, (Fri Nov 9, 1:26 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Mel Gorman
, (Sun Nov 11, 10:16 am)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Christoph Lameter
, (Mon Nov 12, 3:07 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Nishanth Aravamudan
, (Fri Nov 9, 2:16 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Nishanth Aravamudan
, (Fri Nov 9, 2:20 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Christoph Lameter
, (Fri Nov 9, 2:22 pm)
Re: [PATCH 6/6] Use one zonelist that is filtered by nodemask
, Christoph Lameter
, (Fri Nov 9, 12:19 pm)
[PATCH 3/6] Use two zonelist that are filtered by GFP mask
, Mel Gorman
, (Fri Nov 9, 10:33 am)
[PATCH 4/6] Have zonelist contains structs with both a zone ...
, Mel Gorman
, (Fri Nov 9, 10:33 am)
Re: [PATCH 4/6] Have zonelist contains structs with both a z...
, Lee Schermerhorn
, (Tue Nov 20, 11:34 am)
[PATCH 2/6] Introduce node_zonelist() for accessing the zone...
, Mel Gorman
, (Fri Nov 9, 10:33 am)
Re: [PATCH 2/6] Introduce node_zonelist() for accessing the ...
, Christoph Lameter
, (Fri Nov 9, 11:31 am)
[PATCH 1/6] Use zonelists instead of zones when direct recla...
, Mel Gorman
, (Fri Nov 9, 10:32 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Parag Warudkar
BUG: soft lockup - CPU#1 stuck for 15s! [swapper:0]
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Bart Van Assche
Integration of SCST in the mainstream Linux kernel
Greg Kroah-Hartman
[PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO
git
:
linux-netdev
:
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Arjan van de Ven
Re: [GIT]: Networking
David Miller
Re: [BUG] New Kernel Bugs
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
3 users
and
892 guests
online.
Online users
strcmp
muebcas98
plianc20
Syndicate