Re: [Qemu-devel] [PATCH 5/5] migration/rdma: Send error during cancelling

2017-07-11 Thread Peter Xu
On Tue, Jul 04, 2017 at 07:49:15PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > When we issue a cancel and clean up the RDMA channel > send a CONTROL_ERROR to get the destination to quit. > > The rdma_cleanup code waits for the event to come back > from the rdm

[Qemu-devel] [PATCH 5/5] migration/rdma: Send error during cancelling

2017-07-04 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" When we issue a cancel and clean up the RDMA channel send a CONTROL_ERROR to get the destination to quit. The rdma_cleanup code waits for the event to come back from the rdma_disconnect; but that wont happen until the destination quits and there's currently nothing