Re: [PATCH 02/40] mm: slab allocation fairness

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Christoph Lameter
Date: Wednesday, May 16, 2007 - 1:41 pm

On Fri, 4 May 2007, Peter Zijlstra wrote:


This implies that an allocation at time t2 must be aware of the result of 
an allocation at time t1. It assumes a linear ordering of allocations that 
is not possible on large systems. Ordering of events is a very expensive 
endeavor in particular on NUMA systems given the potentially large 
latencies between various portions of the system.

Maybe you need to restrict the ordering per cpu or per node? Per zone? 

Then we would need to store the ranks somewhere which raises scalability 
issues if these are global.


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

Messages in current thread:
[PATCH 02/40] mm: slab allocation fairness, Peter Zijlstra, (Fri May 4, 3:26 am)
Re: [PATCH 02/40] mm: slab allocation fairness, Christoph Lameter, (Wed May 16, 1:41 pm)