From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuGMZ-000548-EQ for qemu-devel@nongnu.org; Tue, 10 Jun 2014 03:21:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuGMU-00081D-9d for qemu-devel@nongnu.org; Tue, 10 Jun 2014 03:20:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuGMU-00080r-1T for qemu-devel@nongnu.org; Tue, 10 Jun 2014 03:20:50 -0400 Date: Tue, 10 Jun 2014 12:50:21 +0530 From: Amit Shah Message-ID: <20140610072021.GI27148@grmbl.mre> References: <1399983938-10572-1-git-send-email-arei.gonglei@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1399983938-10572-1-git-send-email-arei.gonglei@huawei.com> Subject: Re: [Qemu-devel] [PATCH v2] rdma: Fix block during rdma migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: arei.gonglei@huawei.com Cc: yamahata@private.email.ne.jp, weidong.huang@huawei.com, quintela@redhat.com, mjt@tls.msk.ru, qemu-devel@nongnu.org, owasserm@redhat.com, mrhines@us.ibm.com, pbonzini@redhat.com, Mo Yuxiang On (Tue) 13 May 2014 [20:25:38], arei.gonglei@huawei.com wrote: > From: Gonglei > > If the networking break or there's something wrong with rdma > device(ib0 with no IP) during rdma migration, the main_loop of > qemu will be blocked in rdma_destroy_id. I add rdma_ack_cm_event > to fix this bug. > > Signed-off-by: Mo Yuxiang > Signed-off-by: Gonglei > Reviewed-by: Michael R. Hines Reviewed-by: Amit Shah Amit