[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 10/16] migration/multifd: Isolate ram pages packet data
|
From: |
Peter Xu |
|
Subject: |
Re: [PATCH v4 10/16] migration/multifd: Isolate ram pages packet data |
|
Date: |
Mon, 26 Aug 2024 12:06:58 -0400 |
On Fri, Aug 23, 2024 at 02:39:05PM -0300, Fabiano Rosas wrote:
> While we cannot yet disentangle the multifd packet from page data, we
> can make the code a bit cleaner by setting the page-related fields in
> a separate function.
>
> Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Peter Xu <peterx@redhat.com>
--
Peter Xu
- [PATCH v4 06/16] migration/multifd: Make MultiFDPages_t:offset a flexible array member, (continued)
- [PATCH v4 06/16] migration/multifd: Make MultiFDPages_t:offset a flexible array member, Fabiano Rosas, 2024/08/23
- [PATCH v4 05/16] migration/multifd: Introduce MultiFDSendData, Fabiano Rosas, 2024/08/23
- [PATCH v4 04/16] migration/multifd: Pass in MultiFDPages_t to file_write_ramblock_iov, Fabiano Rosas, 2024/08/23
- [PATCH v4 07/16] migration/multifd: Replace p->pages with an union pointer, Fabiano Rosas, 2024/08/23
- [PATCH v4 08/16] migration/multifd: Move pages accounting into multifd_send_zero_page_detect(), Fabiano Rosas, 2024/08/23
- [PATCH v4 09/16] migration/multifd: Remove total pages tracing, Fabiano Rosas, 2024/08/23
- [PATCH v4 10/16] migration/multifd: Isolate ram pages packet data, Fabiano Rosas, 2024/08/23
- [PATCH v4 11/16] migration/multifd: Don't send ram data during SYNC, Fabiano Rosas, 2024/08/23
- [PATCH v4 12/16] migration/multifd: Replace multifd_send_state->pages with client data, Fabiano Rosas, 2024/08/23
- [PATCH v4 13/16] migration/multifd: Allow multifd sync without flush, Fabiano Rosas, 2024/08/23
- [PATCH v4 15/16] migration/multifd: Register nocomp ops dynamically, Fabiano Rosas, 2024/08/23
- [PATCH v4 14/16] migration/multifd: Standardize on multifd ops names, Fabiano Rosas, 2024/08/23