From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Juergen Gross <jgross@suse.com>,
"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: Migration with linear p2m list
Date: Thu, 3 Dec 2015 09:37:50 +0000 [thread overview]
Message-ID: <56600D6E.4010601@citrix.com> (raw)
In-Reply-To: <565FF233.5040302@suse.com>
On 03/12/15 07:41, Juergen Gross wrote:
> I'm just working on a patch series to support migration via using
> the virtual mapped linear p2m list. Migration seems to work quite
> nice and now I'm looking into how to support changes of the p2m
> list structure during migration. For this purpose we introduced
> p2m_generation in the shared info structure which is incremented
> by the guest in case of changing a mapping of the p2m list.
>
> The question is: what kind of support should I add initially:
>
> 1) none: same as for the p2m tree used today
>
> 2) minimal: detect a change and cancel migration in this case
>
> 3) medium: detect a change and restart migration (limited by a
> retry count)
>
> 4) full: detect a change and adapt the current migration to it
> (remap p2m list, resend it to receive side, adapt logdirty
> map)
>
> As such a change should be rare I'm currently heading for the
> minimal solution. Full support could be added later independent
> from the initial p2m list support. Any thoughts?
I would also opt for 2 to start with.
There is a substantial quantity of other infrastructure required to
correctly send an update once you have noticed that something has
changed. It would be better not to conflate the two issues.
~Andrew
prev parent reply other threads:[~2015-12-03 9:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-03 7:41 Migration with linear p2m list Juergen Gross
2015-12-03 9:37 ` Andrew Cooper [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56600D6E.4010601@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=jgross@suse.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.