From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYJLo-0002z1-P6 for qemu-devel@nongnu.org; Tue, 13 Nov 2012 11:28:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYJLl-0001uF-N8 for qemu-devel@nongnu.org; Tue, 13 Nov 2012 11:28:36 -0500 Received: from mail-pb0-f45.google.com ([209.85.160.45]:40423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYJLl-0001uB-GK for qemu-devel@nongnu.org; Tue, 13 Nov 2012 11:28:33 -0500 Received: by mail-pb0-f45.google.com with SMTP id mc8so2468274pbc.4 for ; Tue, 13 Nov 2012 08:28:32 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50A27528.2030900@redhat.com> Date: Tue, 13 Nov 2012 17:28:24 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <87390dcw7l.fsf@trasno.org> In-Reply-To: <87390dcw7l.fsf@trasno.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Migration ToDo list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com Cc: Isaku Yamahata , Michael Roth , qemu-devel qemu-devel , Orit Wasserman , benoit.hudzia@sap.com, chegu_vinod@hp.com Il 13/11/2012 17:18, Juan Quintela ha scritto: > Migration Thread > * Plan is integrate it as one of first thing in December (me) Please make sure to take a look at the latest reviews I sent. > * Remove copies with buffered file (me) I also have some prototype of this. > RDMA > * Send RDMA/tcp/.... library they already have (Benoit) > * This is required for postcopy > * This can be used for precopy * Investigate RDS (Reliable Datagram Socket, which work on top of both TCP and InfiniBand/RDMA. > General > * Change protocol to: > a) being always 16byte aligned (paolo said that is faster) Well, it's faster with the buffers. Hopefully they go away and we do not have the problem. > b) do scatter/gather of the pages? c) Remove compression of non-zero repetitive pages. All of the above, I'd say. Paolo