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
>
t; mrhi...@us.ibm.com; Moyuxiang; pbonz...@redhat.com
> Subject: Re: [Qemu-devel] [PATCH v2] rdma: Fix block during rdma migration
>
> On (Tue) 13 May 2014 [20:25:38], arei.gong...@huawei.com wrote:
> > From: Gonglei
> >
> > If the networking break or there's someth
On (Tue) 13 May 2014 [20:25:38], arei.gong...@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.
>
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. H