From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx126.postini.com [74.125.245.126]) by kanga.kvack.org (Postfix) with SMTP id E8BAA6B004A for ; Tue, 20 Mar 2012 07:48:59 -0400 (EDT) Message-ID: <4F686E83.3030907@redhat.com> Date: Tue, 20 Mar 2012 13:48:19 +0200 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [RFC][PATCH 00/26] sched/numa References: <20120316144028.036474157@chello.nl> <4F670325.7080700@redhat.com> <1332155527.18960.292.camel@twins> <4F671B90.3010209@redhat.com> <1332158992.18960.316.camel@twins> <4F672384.1030601@redhat.com> <1332187387.18960.389.camel@twins> <4F685960.4080904@redhat.com> <1332240525.18960.403.camel@twins> <4F686163.40509@redhat.com> <1332241633.18960.406.camel@twins> In-Reply-To: <1332241633.18960.406.camel@twins> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Peter Zijlstra Cc: Linus Torvalds , Andrew Morton , Thomas Gleixner , Ingo Molnar , Paul Turner , Suresh Siddha , Mike Galbraith , "Paul E. McKenney" , Lai Jiangshan , Dan Smith , Bharata B Rao , Lee Schermerhorn , Andrea Arcangeli , Rik van Riel , Johannes Weiner , linux-kernel@vger.kernel.org, linux-mm@kvack.org On 03/20/2012 01:07 PM, Peter Zijlstra wrote: > On Tue, 2012-03-20 at 12:52 +0200, Avi Kivity wrote: > > > You use the dma engine for eager copying, not on demand. > > Sure, but during that time no access to that entire vma is allowed, so > you have to unmap it, and any fault in there will have to wait for the > entire copy to complete. > > Or am I misunderstanding how things would work? Option 1: write-protect the area you are migrating, on write fault allow write access and discard the migration target (marking the page for migration later) Option 2: clear the dirty bits on the area you are migrating, after migration completes examine the dirty bit, and if dirty, discard the migration target. -- error compiling committee.c: too many arguments to function -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org