From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuPp2-0006vL-Ta for qemu-devel@nongnu.org; Tue, 10 Jun 2014 13:27:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuPos-0000A1-5g for qemu-devel@nongnu.org; Tue, 10 Jun 2014 13:26:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuPor-000093-TQ for qemu-devel@nongnu.org; Tue, 10 Jun 2014 13:26:46 -0400 From: Juan Quintela In-Reply-To: <1399983938-10572-1-git-send-email-arei.gonglei@huawei.com> (arei gonglei's message of "Tue, 13 May 2014 20:25:38 +0800") References: <1399983938-10572-1-git-send-email-arei.gonglei@huawei.com> Date: Tue, 10 Jun 2014 19:26:38 +0200 Message-ID: <87ha3sbrqp.fsf@troll.troll> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2] rdma: Fix block during rdma migration Reply-To: quintela@redhat.com 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, mjt@tls.msk.ru, qemu-devel@nongnu.org, owasserm@redhat.com, mrhines@us.ibm.com, pbonzini@redhat.com, Mo Yuxiang 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 > --- > v2: > - add reviewed-by. Applied, thanks.