Re: [PATCH RFC 05/12] migration/rdma: Create the multiRDMA channels

2020-01-16 Thread Juan Quintela
Zhimin Feng wrote: > From: fengzhimin > > In both sides. We still don't transmit anything through them, > and we only build the RDMA connections. > > Signed-off-by: fengzhimin We need to abstract this on top of multifd, we are doing the equivalent of the code for thread creation (you have it ea

Re: [PATCH RFC 05/12] migration/rdma: Create the multiRDMA channels

2020-01-15 Thread Dr. David Alan Gilbert
* Zhimin Feng (fengzhim...@huawei.com) wrote: > From: fengzhimin > > In both sides. We still don't transmit anything through them, > and we only build the RDMA connections. > > Signed-off-by: fengzhimin > --- > migration/rdma.c | 253 +-- > 1 file ch

[PATCH RFC 05/12] migration/rdma: Create the multiRDMA channels

2020-01-09 Thread Zhimin Feng
From: fengzhimin In both sides. We still don't transmit anything through them, and we only build the RDMA connections. Signed-off-by: fengzhimin --- migration/rdma.c | 253 +-- 1 file changed, 223 insertions(+), 30 deletions(-) diff --git a/migratio