Re: [PATCH v4 10/18] migration/rdma: Create the multifd recv channels for RDMA

2021-03-06 Thread Zheng Chuan
On 2021/2/4 2:59, Dr. David Alan Gilbert wrote: > * Chuan Zheng (zhengch...@huawei.com) wrote: >> We still don't transmit anything through them, and we only build >> the RDMA connections. >> >> Signed-off-by: Zhimin Feng >> Signed-off-by: Chuan Zheng >> --- >> migration/rdma.c | 69 >> ++

Re: [PATCH v4 10/18] migration/rdma: Create the multifd recv channels for RDMA

2021-02-03 Thread Dr. David Alan Gilbert
* Chuan Zheng (zhengch...@huawei.com) wrote: > We still don't transmit anything through them, and we only build > the RDMA connections. > > Signed-off-by: Zhimin Feng > Signed-off-by: Chuan Zheng > --- > migration/rdma.c | 69 > ++-- > 1 file

[PATCH v4 10/18] migration/rdma: Create the multifd recv channels for RDMA

2021-02-02 Thread Chuan Zheng
We still don't transmit anything through them, and we only build the RDMA connections. Signed-off-by: Zhimin Feng Signed-off-by: Chuan Zheng --- migration/rdma.c | 69 ++-- 1 file changed, 67 insertions(+), 2 deletions(-) diff --git a/migrati