Re: [PATCH v4 19/34] migration/multifd: Allow receiving pages without packets

2024-02-26 Thread Fabiano Rosas
Fabiano Rosas writes: > Peter Xu writes: > >> On Tue, Feb 20, 2024 at 07:41:23PM -0300, Fabiano Rosas wrote: >>> Currently multifd does not need to have knowledge of pages on the >>> receiving side because all the information needed is within the >>> packets that come in the stream. >>> >>>

Re: [PATCH v4 19/34] migration/multifd: Allow receiving pages without packets

2024-02-26 Thread Fabiano Rosas
Peter Xu writes: > On Tue, Feb 20, 2024 at 07:41:23PM -0300, Fabiano Rosas wrote: >> Currently multifd does not need to have knowledge of pages on the >> receiving side because all the information needed is within the >> packets that come in the stream. >> >> We're about to add support to

Re: [PATCH v4 19/34] migration/multifd: Allow receiving pages without packets

2024-02-25 Thread Peter Xu
On Tue, Feb 20, 2024 at 07:41:23PM -0300, Fabiano Rosas wrote: > Currently multifd does not need to have knowledge of pages on the > receiving side because all the information needed is within the > packets that come in the stream. > > We're about to add support to fixed-ram migration, which

[PATCH v4 19/34] migration/multifd: Allow receiving pages without packets

2024-02-20 Thread Fabiano Rosas
Currently multifd does not need to have knowledge of pages on the receiving side because all the information needed is within the packets that come in the stream. We're about to add support to fixed-ram migration, which cannot use packets because it expects the ramblock section in the migration