From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCZGN-0004dR-9J for qemu-devel@nongnu.org; Mon, 04 Mar 2013 12:33:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCZGM-0008WV-0g for qemu-devel@nongnu.org; Mon, 04 Mar 2013 12:33:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:20789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCZGL-0008WP-QP for qemu-devel@nongnu.org; Mon, 04 Mar 2013 12:33:21 -0500 Message-ID: <5134DADB.2070405@redhat.com> Date: Mon, 04 Mar 2013 18:33:15 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <5130ADC0.9070402@dlhnet.de> <5130B29C.3060301@redhat.com> <5130B5D8.7030308@dlhnet.de> <5130B677.1060604@redhat.com> <5130B789.7050709@dlhnet.de> <5130B9D7.2050108@redhat.com> <5130C04F.9090803@dlhnet.de> <5130D179.8070207@redhat.com> <54451010-DFA7-416A-9B8A-0762FB71DF36@dlhnet.de> In-Reply-To: <54451010-DFA7-416A-9B8A-0762FB71DF36@dlhnet.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] migration: use XBZRLE only after bulk stage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: Orit Wasserman , "qemu-devel@nongnu.org" Il 04/03/2013 18:10, Peter Lieven ha scritto: >> > + xbzrle overflow : 0 >> > - xbzrle overflow : 0 >> > >> > Thanks, this proves it's a good patch. > At least for the artificially generated load. > > @Paolo: Have you seen my other question? Can the same page be transferred in the same round > more than once? If yes, I have to improve the patch for that case. I have no idea, I was leaving that to Orit. How would it affect the patch? Paolo