Re: [PATCH v4 13/18] migration/rdma: Add the function for dynamic page registration

2021-03-01 Thread Zheng Chuan
On 2021/2/4 4:06, Dr. David Alan Gilbert wrote: > * Chuan Zheng (zhengch...@huawei.com) wrote: >> Add the 'qemu_rdma_registration' function, multifd send threads >> call it to register memory. > > This function is a copy of the code out of qemu_rdma_registration_stop; > with some of the comment

Re: [PATCH v4 13/18] migration/rdma: Add the function for dynamic page registration

2021-02-03 Thread Dr. David Alan Gilbert
* Chuan Zheng (zhengch...@huawei.com) wrote: > Add the 'qemu_rdma_registration' function, multifd send threads > call it to register memory. This function is a copy of the code out of qemu_rdma_registration_stop; with some of the comments removed. It's OK to split this code out so you can use it a

[PATCH v4 13/18] migration/rdma: Add the function for dynamic page registration

2021-02-02 Thread Chuan Zheng
Add the 'qemu_rdma_registration' function, multifd send threads call it to register memory. Signed-off-by: Zhimin Feng Signed-off-by: Chuan Zheng --- migration/rdma.c | 51 +++ 1 file changed, 51 insertions(+) diff --git a/migration/rdma.c b/migr