From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5oU6-0006YM-KF for qemu-devel@nongnu.org; Sat, 03 Aug 2013 22:56:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V5oTx-00055C-Ll for qemu-devel@nongnu.org; Sat, 03 Aug 2013 22:55:54 -0400 Received: from e36.co.us.ibm.com ([32.97.110.154]:35015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5oTx-000558-98 for qemu-devel@nongnu.org; Sat, 03 Aug 2013 22:55:45 -0400 Received: from /spool/local by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 3 Aug 2013 20:55:44 -0600 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id C19AD19D8043 for ; Sat, 3 Aug 2013 20:55:28 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r742teDf380368 for ; Sat, 3 Aug 2013 20:55:40 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r742teb7030298 for ; Sat, 3 Aug 2013 20:55:40 -0600 Message-ID: <51FDC2AB.3000807@linux.vnet.ibm.com> Date: Sat, 03 Aug 2013 22:55:39 -0400 From: "Michael R. Hines" MIME-Version: 1.0 References: <51FBB6EA.3080809@linux.vnet.ibm.com> <20130804012435.GA4415@private.email.ne.jp> In-Reply-To: <20130804012435.GA4415@private.email.ne.jp> 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/03/2013 09:24 PM, Isaku Yamahata wrote: > On Fri, Aug 02, 2013 at 09:40:58AM -0400, > "Michael R. Hines" wrote: > >> 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? > Yes. With another patch I sent just a moment ago. > Thank you - just sent a unified "For-1.6" patch for both of us. - Michael