; 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
>
>
"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
* 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
...@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
>
-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
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
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
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