Re: [PATCH v2 1/2] migration: Fix rdma migration failed

2023-10-18 Thread Juan Quintela
I see in upstream already: (master)$ g branch --show-current master (master)$ g branch --contains d4f34485ca8a077c98fc2303451e9bece9200dd7 * master (master)$ commit d4f34485ca8a077c98fc2303451e9bece9200dd7 Author: Juan Quintela Date: Wed Oct 11 22:55:48 2023 +0200 migration: Non mult

Re: [PATCH v2 1/2] migration: Fix rdma migration failed

2023-10-06 Thread Zhijian Li (Fujitsu)
On 04/10/2023 02:57, Juan Quintela wrote: > commit c638f66121ce30063fbf68c3eab4d7429cf2b209 > Author: Juan Quintela > 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_mul

Re: [PATCH v2 1/2] migration: Fix rdma migration failed

2023-10-06 Thread Peter Xu
On Fri, Oct 06, 2023 at 11:52:10AM -0400, Peter Xu wrote: > On Tue, Oct 03, 2023 at 08:57:07PM +0200, Juan Quintela wrote: > > commit c638f66121ce30063fbf68c3eab4d7429cf2b209 > > Author: Juan Quintela > > Date: Tue Oct 3 20:53:38 2023 +0200 > > > > migration: Non multifd migration don't car

Re: [PATCH v2 1/2] migration: Fix rdma migration failed

2023-10-06 Thread Peter Xu
On Tue, Oct 03, 2023 at 08:57:07PM +0200, Juan Quintela wrote: > commit c638f66121ce30063fbf68c3eab4d7429cf2b209 > Author: Juan Quintela > Date: Tue Oct 3 20:53:38 2023 +0200 > > migration: Non multifd migration don't care about multifd flushes > > RDMA was having trouble because >

Re: [PATCH v2 1/2] migration: Fix rdma migration failed

2023-10-03 Thread Juan Quintela
Peter Xu wrote: > On Tue, Sep 26, 2023 at 06:01:02PM +0800, Li Zhijian wrote: >> Migration over RDMA failed since >> commit: 294e5a4034 ("multifd: Only flush once each full round of memory") >> with erors: >> qemu-system-x86_64: rdma: Too many requests in this message >> (3638950032).Bailing. >>

Re: [PATCH v2 1/2] migration: Fix rdma migration failed

2023-10-03 Thread Juan Quintela
Li Zhijian wrote: > Migration over RDMA failed since > commit: 294e5a4034 ("multifd: Only flush once each full round of memory") > with erors: > qemu-system-x86_64: rdma: Too many requests in this message > (3638950032).Bailing. > > migration with RDMA is different from tcp. RDMA has its own cont

Re: [PATCH v2 1/2] migration: Fix rdma migration failed

2023-09-26 Thread Peter Xu
On Tue, Sep 26, 2023 at 06:01:02PM +0800, Li Zhijian wrote: > Migration over RDMA failed since > commit: 294e5a4034 ("multifd: Only flush once each full round of memory") > with erors: > qemu-system-x86_64: rdma: Too many requests in this message > (3638950032).Bailing. > > migration with RDMA is

[PATCH v2 1/2] migration: Fix rdma migration failed

2023-09-26 Thread Li Zhijian
Migration over RDMA failed since commit: 294e5a4034 ("multifd: Only flush once each full round of memory") with erors: qemu-system-x86_64: rdma: Too many requests in this message (3638950032).Bailing. migration with RDMA is different from tcp. RDMA has its own control message, and all traffic bet