[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 14/16] migration/multifd: Standardize on multifd ops names
|
From: |
Fabiano Rosas |
|
Subject: |
Re: [PATCH v4 14/16] migration/multifd: Standardize on multifd ops names |
|
Date: |
Mon, 26 Aug 2024 14:16:08 -0300 |
Peter Xu <peterx@redhat.com> writes:
> On Fri, Aug 23, 2024 at 02:39:09PM -0300, Fabiano Rosas wrote:
>> Add the multifd_ prefix to all functions and remove the useless
>> docstrings.
>>
>> Signed-off-by: Fabiano Rosas <farosas@suse.de>
>
> Some of the comment might still be helpful, but yeah the dups aren't that
> helpful at least. Maybe a generic doc update on top of this one to
> MultiFDMethods for each method would be nice, but that can be for later..
I actually have it somewhere on a scratch git branch. I'll try to dig it
up.
>
> Reviewed-by: Peter Xu <peterx@redhat.com>
- Re: [PATCH v4 10/16] migration/multifd: Isolate ram pages packet data, (continued)
- [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
- [PATCH v4 16/16] migration/multifd: Move nocomp code into multifd-nocomp.c, Fabiano Rosas, 2024/08/23