[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 09/16] migration: We don't need the field rate_limit_used
From: |
Leonardo Bras Soares Passos |
Subject: |
Re: [PATCH v2 09/16] migration: We don't need the field rate_limit_used anymore |
Date: |
Fri, 26 May 2023 15:59:53 -0300 |
On Fri, May 26, 2023 at 5:18 AM Juan Quintela <quintela@redhat.com> wrote:
>
> Leonardo Brás <leobras@redhat.com> wrote:
> > On Mon, 2023-05-15 at 21:57 +0200, Juan Quintela wrote:
> >> Since previous commit, we calculate how much data we have send with
> >> migration_transferred_bytes() so no need to maintain this counter and
> >> remember to always update it.
> >>
> >> Signed-off-by: Juan Quintela <quintela@redhat.com>
> >> Reviewed-by: Cédric Le Goater <clg@kaod.org>
>
> > I reviewed this one together with 8/16.
> > It makes sense for me to squash them together, but anyway:
>
> Already in tree.
>
> See explanation for the split on previous patch.
>
> The other reason for the split is that this part of the patch is trivial
> to review O:-)
:-)
>
> Later, Juan.
>
> >
> > Reviewed-by: Leonardo Bras <leobras@redhat.com>
>
[PATCH v2 10/16] migration: Don't abuse qemu_file transferred for RDMA, Juan Quintela, 2023/05/15
[PATCH v2 11/16] migration/RDMA: It is accounting for zero/normal pages in two places, Juan Quintela, 2023/05/15
[PATCH v2 13/16] migration/rdma: Don't use imaginary transfers, Juan Quintela, 2023/05/15
[PATCH v2 12/16] migration/rdma: Remove QEMUFile parameter when not used, Juan Quintela, 2023/05/15
[PATCH v2 14/16] migration: Remove unused qemu_file_credit_transfer(), Juan Quintela, 2023/05/15