[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 09/16] migration/multifd: Remove total pages tracing
|
From: |
Peter Xu |
|
Subject: |
Re: [PATCH v4 09/16] migration/multifd: Remove total pages tracing |
|
Date: |
Mon, 26 Aug 2024 11:53:17 -0400 |
On Fri, Aug 23, 2024 at 02:39:04PM -0300, Fabiano Rosas wrote:
> The total_normal_pages and total_zero_pages elements are used only for
> the end tracepoints of the multifd threads. These are not super useful
> since they record per-channel numbers and are just the sum of all the
> pages that are transmitted per-packet, for which we already have
> tracepoints. Remove the totals from the tracing.
>
> Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Peter Xu <peterx@redhat.com>
--
Peter Xu
- [PATCH v4 00/16] migration/multifd: Remove multifd_send_state->pages, Fabiano Rosas, 2024/08/23
- [PATCH v4 01/16] migration/multifd: Reduce access to p->pages, Fabiano Rosas, 2024/08/23
- [PATCH v4 03/16] migration/multifd: Remove pages->allocated, Fabiano Rosas, 2024/08/23
- [PATCH v4 02/16] migration/multifd: Inline page_size and page_count, Fabiano Rosas, 2024/08/23
- [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
- Re: [PATCH v4 09/16] migration/multifd: Remove total pages tracing,
Peter Xu <=
- [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