From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIXuy-00005X-PX for qemu-devel@nongnu.org; Thu, 21 Mar 2013 01:20:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIXuw-0005qi-9U for qemu-devel@nongnu.org; Thu, 21 Mar 2013 01:20:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIXuw-0005qe-1j for qemu-devel@nongnu.org; Thu, 21 Mar 2013 01:19:58 -0400 Date: Thu, 21 Mar 2013 07:20:34 +0200 From: "Michael S. Tsirkin" Message-ID: <20130321052034.GA24024@redhat.com> References: <20130320130754.GA9777@redhat.com> <5149D2A4.2070106@linux.vnet.ibm.com> <20130320155514.GA20701@redhat.com> <5149DF08.4090209@linux.vnet.ibm.com> <20130320190633.GB22631@redhat.com> <514A19F6.3020406@linux.vnet.ibm.com> <20130320203119.GA23583@redhat.com> <514A1E64.50404@linux.vnet.ibm.com> <20130320204616.GC23583@redhat.com> <514A2261.7050200@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <514A2261.7050200@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [RFC PATCH RDMA support v4: 03/10] more verbose documentation of the RDMA transport List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael R. Hines" Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com, Paolo Bonzini On Wed, Mar 20, 2013 at 04:56:01PM -0400, Michael R. Hines wrote: > > Forgive me, vmsplice system call? Or some other interface? > > I'm not following...... > > On 03/20/2013 04:46 PM, Michael S. Tsirkin wrote: > >On Wed, Mar 20, 2013 at 04:39:00PM -0400, Michael R. Hines wrote: > >>Unmapped virtual addresses cannot be pinned for RDMA (the hardware > >>will break), > >>but there's no way to know they are unmapped without checking > >>another data structure. > >So for RDMA, when you try to register them, this will fault them in. I'm just saying get_user_pages brings pages back in from swap.