qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/1] migration: calculate expected_downtime considering redirtied ram
@ 2019-01-22 15:05 bala24
  2019-01-22 15:05 ` [Qemu-devel] [PATCH 1/1] " bala24
  2019-02-02 22:05 ` [Qemu-devel] [PATCH 0/1] " no-reply
  0 siblings, 2 replies; 6+ messages in thread
From: bala24 @ 2019-01-22 15:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: david, dgilbert, peterx, Balamuruhan S

From: Balamuruhan S <bala24@linux.vnet.ibm.com>

Based on the discussion with Dave and David Gibson earlier with respect
to expected_downtime calculation, 

https://lists.gnu.org/archive/html/qemu-devel/2018-04/msg02418.html

got suggestions that the calculation is of not accurate and we need to
consider the ram that gets redirtied during the time when we would have
actually transferred ram in the current iteration.

so I have came up with a calculation by considering the ram that could
get redirtied during the current iteration at the time we would have
transferred the remaining ram in current iteration. By this way,
the total ram to be transferred will be remaining ram + redirtied ram
and dividing with bandwidth would yield us better expected_downtime
value.

Please help to review and suggest about this approach.

Balamuruhan S (1):
  migration: calculate expected_downtime considering redirtied ram

 migration/migration.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

-- 
2.14.5

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-02-03  1:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-22 15:05 [Qemu-devel] [PATCH 0/1] migration: calculate expected_downtime considering redirtied ram bala24
2019-01-22 15:05 ` [Qemu-devel] [PATCH 1/1] " bala24
2019-01-23 16:35   ` Juan Quintela
2019-01-24  7:18     ` Peter Xu
2019-01-30  9:16       ` Balamuruhan S
2019-02-02 22:05 ` [Qemu-devel] [PATCH 0/1] " no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).