RE: [PATCH RFC 01/12] migration: Add multiRDMA capability support

2020-01-16 Thread fengzhimin
; Zhanghailiang ; jemmy858...@gmail.com Subject: Re: [PATCH RFC 01/12] migration: Add multiRDMA capability support "Dr. David Alan Gilbert" wrote: > * Zhimin Feng (fengzhim...@huawei.com) wrote: >> From: fengzhimin >> >> Signed-off-by: fengzhimin > >

Re: [PATCH RFC 01/12] migration: Add multiRDMA capability support

2020-01-16 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Zhimin Feng (fengzhim...@huawei.com) wrote: >> From: fengzhimin >> >> Signed-off-by: fengzhimin > > Instead of creating x-multirdma as a capability and the corresponding > parameter for the number of channels; it would be better just > to use the multifd para

Re: [PATCH RFC 01/12] migration: Add multiRDMA capability support

2020-01-15 Thread Dr. David Alan Gilbert
* Zhimin Feng (fengzhim...@huawei.com) wrote: > From: fengzhimin > > Signed-off-by: fengzhimin Instead of creating x-multirdma as a capability and the corresponding parameter for the number of channels; it would be better just to use the multifd parameters when used with an rdma transport; as f

RE: [PATCH RFC 01/12] migration: Add multiRDMA capability support

2020-01-14 Thread fengzhimin
...@redhat.com; dgilb...@redhat.com; arm...@redhat.com Cc: qemu-devel@nongnu.org; Zhanghailiang ; jemmy858...@gmail.com Subject: Re: [PATCH RFC 01/12] migration: Add multiRDMA capability support On 1/8/20 10:59 PM, Zhimin Feng wrote: > From: fengzhimin > > Signed-off-by: fengzhimin >

RE: [PATCH RFC 01/12] migration: Add multiRDMA capability support

2020-01-14 Thread fengzhimin
-devel@nongnu.org; Zhanghailiang Subject: Re: [PATCH RFC 01/12] migration: Add multiRDMA capability support Zhimin Feng writes: > From: fengzhimin > > Signed-off-by: fengzhimin > --- [...] > diff --git a/qapi/migration.json b/qapi/migration.json index > b7348d0c8b..c995ffd

Re: [PATCH RFC 01/12] migration: Add multiRDMA capability support

2020-01-13 Thread Eric Blake
On 1/8/20 10:59 PM, Zhimin Feng wrote: From: fengzhimin Signed-off-by: fengzhimin --- +++ b/qapi/migration.json @@ -421,6 +421,8 @@ # @validate-uuid: Send the UUID of the source to allow the destination # to ensure it is the same. (since 4.2) # +# @multirdma: Use more

Re: [PATCH RFC 01/12] migration: Add multiRDMA capability support

2020-01-13 Thread Markus Armbruster
Zhimin Feng writes: > From: fengzhimin > > Signed-off-by: fengzhimin > --- [...] > diff --git a/qapi/migration.json b/qapi/migration.json > index b7348d0c8b..c995ffdc4c 100644 > --- a/qapi/migration.json > +++ b/qapi/migration.json > @@ -421,6 +421,8 @@ > # @validate-uuid: Send the UUID of the

[PATCH RFC 01/12] migration: Add multiRDMA capability support

2020-01-09 Thread Zhimin Feng
From: fengzhimin Signed-off-by: fengzhimin --- migration/migration.c | 11 +++ migration/migration.h | 1 + qapi/migration.json | 4 +++- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/migration/migration.c b/migration/migration.c index 354ad072fa..e98e236ef9 100644