[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 17/18] migration/multifd: Make MultiFDMethods const
From: |
Peter Xu |
Subject: |
Re: [PATCH v5 17/18] migration/multifd: Make MultiFDMethods const |
Date: |
Mon, 26 Aug 2024 16:03:54 -0400 |
On Mon, Aug 26, 2024 at 04:53:21PM -0300, Fabiano Rosas wrote:
> The methods are defined at module_init time and don't ever
> change. Make them const.
>
> Suggested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Peter Xu <peterx@redhat.com>
--
Peter Xu
- [PATCH v5 12/18] migration/multifd: Replace multifd_send_state->pages with client data, (continued)
- [PATCH v5 12/18] migration/multifd: Replace multifd_send_state->pages with client data, Fabiano Rosas, 2024/08/26
- [PATCH v5 13/18] migration/multifd: Allow multifd sync without flush, Fabiano Rosas, 2024/08/26
- [PATCH v5 15/18] migration/multifd: Register nocomp ops dynamically, Fabiano Rosas, 2024/08/26
- [PATCH v5 14/18] migration/multifd: Standardize on multifd ops names, Fabiano Rosas, 2024/08/26
- [PATCH v5 16/18] migration/multifd: Move nocomp code into multifd-nocomp.c, Fabiano Rosas, 2024/08/26
- [PATCH v5 18/18] migration/multifd: Stop changing the packet on recv side, Fabiano Rosas, 2024/08/26
- [PATCH v5 17/18] migration/multifd: Make MultiFDMethods const, Fabiano Rosas, 2024/08/26
- Re: [PATCH v5 17/18] migration/multifd: Make MultiFDMethods const,
Peter Xu <=