From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759610Ab2CTLH6 (ORCPT ); Tue, 20 Mar 2012 07:07:58 -0400 Received: from casper.infradead.org ([85.118.1.10]:58572 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757162Ab2CTLH5 convert rfc822-to-8bit (ORCPT ); Tue, 20 Mar 2012 07:07:57 -0400 Message-ID: <1332241633.18960.406.camel@twins> Subject: Re: [RFC][PATCH 00/26] sched/numa From: Peter Zijlstra To: Avi Kivity 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 Date: Tue, 20 Mar 2012 12:07:13 +0100 In-Reply-To: <4F686163.40509@redhat.com> 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> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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?