Zhimin Feng wrote:
> From: fengzhimin
>
> Indicates the number of RDMA threads that we would create.
> By default we create 2 threads for RDMA migration.
>
> Signed-off-by: fengzhimin
Two things:
- If you use multifd as suggested on the 1st platch, please use
multifd-channels here.
- Once t
; qemu-devel@nongnu.org; Zhanghailiang
Subject: Re: [PATCH RFC 03/12] migration: Create the multi-rdma-channels
parameter
Zhimin Feng writes:
> From: fengzhimin
>
> Indicates the number of RDMA threads that we would create.
> By default we create 2 threads for RDMA migration.
>
Zhimin Feng writes:
> From: fengzhimin
>
> Indicates the number of RDMA threads that we would create.
> By default we create 2 threads for RDMA migration.
>
> Signed-off-by: fengzhimin
[...]
> diff --git a/qapi/migration.json b/qapi/migration.json
> index c995ffdc4c..ab79bf0600 100644
> --- a/q
From: fengzhimin
Indicates the number of RDMA threads that we would create.
By default we create 2 threads for RDMA migration.
Signed-off-by: fengzhimin
---
migration/migration.c | 32
migration/migration.h | 1 +
monitor/hmp-cmds.c| 7 +++
qapi/migra