From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5FbU-0003mz-O0 for qemu-devel@nongnu.org; Fri, 02 Aug 2013 09:41:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V5FbL-0001iE-OY for qemu-devel@nongnu.org; Fri, 02 Aug 2013 09:41:12 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:52224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5FbL-0001iA-L6 for qemu-devel@nongnu.org; Fri, 02 Aug 2013 09:41:03 -0400 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 2 Aug 2013 14:41:03 +0100 Received: from d01relay01.pok.ibm.com (d01relay01.pok.ibm.com [9.56.227.233]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 13D306E8041 for ; Fri, 2 Aug 2013 09:40:56 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r72Df1TY125068 for ; Fri, 2 Aug 2013 09:41:01 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r72Dexig030475 for ; Fri, 2 Aug 2013 09:41:00 -0400 Message-ID: <51FBB6EA.3080809@linux.vnet.ibm.com> Date: Fri, 02 Aug 2013 09:40:58 -0400 From: "Michael R. Hines" MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] rdma fixes and clean ups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: owasserm@redhat.com, quintela@redhat.com, mrhines@us.ibm.com, qemu-devel@nongnu.org, pbonzini@redhat.com On 08/01/2013 11:56 PM, Isaku Yamahata wrote: > Small fixes/clean up to rdma. found through code review. > > Isaku Yamahata (3): > rdma: don't use negative index to array > rdma: qemu_rdma_post_send_control uses wrongly RDMA_WRID_MAX > rdma: use RDMA_WRID_READY > > migration-rdma.c | 43 +++++++++++++++++++++++-------------------- > 1 file changed, 23 insertions(+), 20 deletions(-) > Would you like me to apply this series to my tree and re-send our bugfixes together to the maintainer for 1.6? - Michael