From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] tools/libxc: send page-in requests in batches in linux_privcmd_map_foreign_bulk Date: Fri, 27 Jan 2012 13:35:53 +0100 Message-ID: <20120127123553.GA28750@aepfle.de> References: <317844de67b9293a2e45ecd879a1c58a.squirrel@webmail.lagarcavilla.org> <20120126163810.GA9137@aepfle.de> <55d685d4f7e551ab7c854c509a63f895.squirrel@webmail.lagarcavilla.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <55d685d4f7e551ab7c854c509a63f895.squirrel@webmail.lagarcavilla.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Andres Lagar-Cavilla Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu, Jan 26, Andres Lagar-Cavilla wrote: > You could pass the whole arr sub-segment encompassing the first and last > gfn that failed with ENOENT. Successful maps within that array will be > re-done by the hypervisor, at no correctness cost. I would imagine that > the extra work is offset by the gains, but that remains to be seen. I just tried it once again, and as xenpaging is written now a live migration of an idle 512MB guest with 90MB paging target was done in less than a minute. Previously it took a very long time, 2MB/sec. were sent over the wire. Olaf