Re: [Qemu-devel] [PATCH 1/5] migration: create a dedicated connection for rdma return path

2018-04-11 Thread Dr. David Alan Gilbert
* Lidong Chen (jemmy858...@gmail.com) wrote: > If start a RDMA migration with postcopy enabled, the source qemu > establish a dedicated connection for return path. > > Signed-off-by: Lidong Chen OK, I think that'll work. Signed-off-by: Dr. David Alan Gilbert > --- > migration/rdma.c | 94 >

[Qemu-devel] [PATCH 1/5] migration: create a dedicated connection for rdma return path

2018-04-07 Thread Lidong Chen
If start a RDMA migration with postcopy enabled, the source qemu establish a dedicated connection for return path. Signed-off-by: Lidong Chen --- migration/rdma.c | 94 ++-- 1 file changed, 91 insertions(+), 3 deletions(-) diff --git a/migrati