[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/2] migration: Fix rdma migration failed
From: |
Zhijian Li (Fujitsu) |
Subject: |
Re: [PATCH v2 1/2] migration: Fix rdma migration failed |
Date: |
Sat, 7 Oct 2023 06:03:23 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 |
On 04/10/2023 02:57, Juan Quintela wrote:
> commit c638f66121ce30063fbf68c3eab4d7429cf2b209
> Author: Juan Quintela<quintela@redhat.com>
> Date: Tue Oct 3 20:53:38 2023 +0200
>
> migration: Non multifd migration don't care about multifd flushes
>
> RDMA was having trouble because
> migrate_multifd_flush_after_each_section() can only be true or false,
> but we don't want to send any flush when we are not in multifd
> migration.
>
> CC: Fabiano Rosas <farosas@suse.de
> Reported-by: Li Zhijian<lizhijian@fujitsu.com>
> Signed-off-by: Juan Quintela<quintela@redhat.com>
Looks good to me
Reviewed-by: Li Zhijian <lizhijian@fujitsu.com>