Re: [PATCH v2 09/16] migration: We don't need the field rate_limit_used anymore

2023-05-26 Thread Leonardo Bras Soares Passos
On Fri, May 26, 2023 at 5:18 AM Juan Quintela wrote: > > Leonardo Brás 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 > >> rememb

Re: [PATCH v2 09/16] migration: We don't need the field rate_limit_used anymore

2023-05-26 Thread Juan Quintela
Leonardo Brás 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 >> Re

Re: [PATCH v2 09/16] migration: We don't need the field rate_limit_used anymore

2023-05-24 Thread Leonardo Brás
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 > Reviewed-by: Cédric Le Goater >

[PATCH v2 09/16] migration: We don't need the field rate_limit_used anymore

2023-05-15 Thread Juan Quintela
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 Reviewed-by: Cédric Le Goater --- migration/migration-stats.h | 14 -- migration/migra