From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrTU7-0001NC-4P for qemu-devel@nongnu.org; Tue, 25 Jun 2013 09:40:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrTU0-0006iS-AX for qemu-devel@nongnu.org; Tue, 25 Jun 2013 09:40:39 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:39852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrTU0-0006iH-2P for qemu-devel@nongnu.org; Tue, 25 Jun 2013 09:40:32 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 25 Jun 2013 09:40:31 -0400 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 36AE8C90026 for ; Tue, 25 Jun 2013 09:40:27 -0400 (EDT) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r5PDdIQu63373562 for ; Tue, 25 Jun 2013 09:39:18 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r5PDdITT032282 for ; Tue, 25 Jun 2013 10:39:18 -0300 Message-ID: <51C99D86.3050205@linux.vnet.ibm.com> Date: Tue, 25 Jun 2013 09:39:18 -0400 From: "Michael R. Hines" MIME-Version: 1.0 References: <1372125485-11795-1-git-send-email-mrhines@linux.vnet.ibm.com> <1372125485-11795-12-git-send-email-mrhines@linux.vnet.ibm.com> <87obauz97i.fsf@elfo.elfo> In-Reply-To: <87obauz97i.fsf@elfo.elfo> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v11 11/15] rdma: core logic List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com, pbonzini@redhat.com, chegu_vinod@hp.com, knoel@redhat.com On 06/25/2013 08:05 AM, Juan Quintela wrote: > mrhines@linux.vnet.ibm.com wrote: >> From: "Michael R. Hines" >> >> Code that does need to be visible is kept >> well contained inside this file and this is the only >> new additional file to the entire patch. >> >> This file includes the entire protocol and interfaces >> required to perform RDMA migration. >> >> Also, the configure and Makefile modifications to link >> this file are included. >> >> Full documentation is in docs/rdma.txt >> >> Reviewed-by: Paolo Bonzini >> Reviewed-by: Chegu Vinod >> Tested-by: Chegu Vinod >> Tested-by: Michael R. Hines >> Signed-off-by: Michael R. Hines > Reviewed-by: Juan Quintela > > The review part is for the everything except migration-rdma.c. I am > starting looking at that bits, but they are really complex and my > knowledge of RDMA is nil (notice that there can be relation between the > two concepts). > > > Acknowledged.