Re: [PATCH RFC 03/12] migration: Create the multi-rdma-channels parameter

2020-01-16 Thread Juan Quintela
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

RE: [PATCH RFC 03/12] migration: Create the multi-rdma-channels parameter

2020-01-14 Thread fengzhimin
; 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. >

Re: [PATCH RFC 03/12] migration: Create the multi-rdma-channels parameter

2020-01-13 Thread Markus Armbruster
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

[PATCH RFC 03/12] migration: Create the multi-rdma-channels parameter

2020-01-09 Thread Zhimin Feng
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