[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 1/7] migration/multifd: Reduce access to p->pages
From: |
Peter Xu |
Subject: |
Re: [RFC PATCH 1/7] migration/multifd: Reduce access to p->pages |
Date: |
Fri, 21 Jun 2024 10:42:25 -0400 |
On Thu, Jun 20, 2024 at 06:21:05PM -0300, Fabiano Rosas wrote:
> I'm about to replace the p->pages pointer with an opaque pointer, so
> do a cleanup now to reduce direct accesses to p->page, which makes the
> next diffs cleaner.
>
> Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Peter Xu <peterx@redhat.com>
--
Peter Xu
- [RFC PATCH 0/7] migration/multifd: Introduce storage slots, Fabiano Rosas, 2024/06/20
- [RFC PATCH 2/7] migration/multifd: Pass in MultiFDPages_t to file_write_ramblock_iov, Fabiano Rosas, 2024/06/20
- [RFC PATCH 1/7] migration/multifd: Reduce access to p->pages, Fabiano Rosas, 2024/06/20
- Re: [RFC PATCH 1/7] migration/multifd: Reduce access to p->pages,
Peter Xu <=
- [RFC PATCH 3/7] migration/multifd: Replace p->pages with an opaque pointer, Fabiano Rosas, 2024/06/20
- [RFC PATCH 5/7] migration/multifd: Isolate ram pages packet data, Fabiano Rosas, 2024/06/20
- [RFC PATCH 4/7] migration/multifd: Move pages accounting into multifd_send_zero_page_detect(), Fabiano Rosas, 2024/06/20
- [RFC PATCH 6/7] migration/multifd: Move payload storage out of the channel parameters, Fabiano Rosas, 2024/06/20
- [RFC PATCH 7/7] migration/multifd: Hide multifd slots implementation, Fabiano Rosas, 2024/06/20
- Re: [RFC PATCH 0/7] migration/multifd: Introduce storage slots, Maciej S. Szmigiero, 2024/06/21