Re: [PATCH v4 02/18] migration/rdma: judge whether or not the RDMA is used for migration

2021-03-01 Thread Zheng Chuan
On 2021/2/4 1:49, Dr. David Alan Gilbert wrote: > * Chuan Zheng (zhengch...@huawei.com) wrote: >> Add enabled_rdma_migration into MigrationState to judge >> whether or not the RDMA is used for migration. >> >> Signed-off-by: Zhimin Feng >> Signed-off-by: Chuan Zheng > Hi, Dave. Sorry for late

Re: [PATCH v4 02/18] migration/rdma: judge whether or not the RDMA is used for migration

2021-02-03 Thread Dr. David Alan Gilbert
* Chuan Zheng (zhengch...@huawei.com) wrote: > Add enabled_rdma_migration into MigrationState to judge > whether or not the RDMA is used for migration. > > Signed-off-by: Zhimin Feng > Signed-off-by: Chuan Zheng I'd rather see a separate flag added to each of the MigrationState and MigrationInc

[PATCH v4 02/18] migration/rdma: judge whether or not the RDMA is used for migration

2021-02-02 Thread Chuan Zheng
Add enabled_rdma_migration into MigrationState to judge whether or not the RDMA is used for migration. Signed-off-by: Zhimin Feng Signed-off-by: Chuan Zheng --- migration/migration.c | 13 + migration/migration.h | 6 ++ 2 files changed, 19 insertions(+) diff --git a/migration