xen-devel
Re: [Xen-devel] Re: [PATCH 5/7] mm: New XENMEM space, XENMAPSPACE_gmfn_r
To: |
"Ian Campbell" <Ian.Campbell@xxxxxxxxxx> |
Subject: |
Re: [Xen-devel] Re: [PATCH 5/7] mm: New XENMEM space, XENMAPSPACE_gmfn_range |
From: |
"Jan Beulich" <JBeulich@xxxxxxxx> |
Date: |
Fri, 11 Nov 2011 09:21:57 +0000 |
Cc: |
"xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, "Keir \(Xen.org\)" <keir@xxxxxxx>, George Dunlap <George.Dunlap@xxxxxxxxxxxxx>, "Tim \(Xen.org\)" <tim@xxxxxxx>, "allen.m.kay@xxxxxxxxx" <allen.m.kay@xxxxxxxxx>, Jean Guyader <Jean.Guyader@xxxxxxxxxx> |
Delivery-date: |
Fri, 11 Nov 2011 01:22:32 -0800 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxxx |
In-reply-to: |
<1321002821.955.245.camel@xxxxxxxxxxxxxxxxxxxxxx> |
List-help: |
<mailto:xen-devel-request@lists.xensource.com?subject=help> |
List-id: |
Xen developer discussion <xen-devel.lists.xensource.com> |
List-post: |
<mailto:xen-devel@lists.xensource.com> |
List-subscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
References: |
<4EBBD5F602000078000602EE@xxxxxxxxxxxxxxxxxxxx> <20111110173720.GA29605@xxxxxxxxxxxxxxxxxxxxxxx> <4EBCE64D020000780006059C@xxxxxxxxxxxxxxxxxxxx> <1321002821.955.245.camel@xxxxxxxxxxxxxxxxxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
>>> On 11.11.11 at 10:13, Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote:
> On Fri, 2011-11-11 at 08:09 +0000, Jan Beulich wrote:
>> >>> On 10.11.11 at 18:37, Jean Guyader <jean.guyader@xxxxxxxxxxxxx> wrote:
>> > On 10/11 12:47, Jan Beulich wrote:
>> >> >>> On 10.11.11 at 12:35, Jean Guyader <jean.guyader@xxxxxxxxxxxxx> wrote:
>> >> >@@ -4716,6 +4748,17 @@ long arch_memory_op(int op,
>> >> >XEN_GUEST_HANDLE(void)
>> > arg)
>> >> > }
>> >> >
>> >> > rc = xenmem_add_to_physmap(d, &xatp);
>> >> >+ if ( rc == -EAGAIN )
>> >>
>> >> if ( rc )
>> >>
>> >> >+ {
>> >> >+ if ( copy_to_guest(arg, &xatp, 1) )
>> >> >+ {
>> >> >+ rcu_unlock_domain(d);
>> >> >+ return -EFAULT;
>> >> >+ }
>> >>
>> >> }
>> >> if ( rc == -EAGAIN )
>> >>
>> >> (with some room for further simplification). Without that (or the minimal
>> >> alternative of copying back just .size or yet some other mechanism), as
>> >> pointed out before, the caller won't have a way to know how far into
>> >> the batch things succeeded.
>> >>
>> >
>> > In xenmem_add_to_physmap I modify xatp in place so when I exit this
>> > function xatp will contain the updated value (new start value in
>> > .gpfn and .idx, how far do I need to go in .size).
>> >
>> > The idea here was to call the copy_to_guest only when we got preempted.
>> > If I copy xatp back to the guest I should get the updated value
>> > in xatp from the copy_from_guest when I'll be called by the continuation.
>>
>> I understand the continuation aspect. But you appear to have not read
>> my comments completely: I'm asking how your caller, in the event of
>> failure, would know how much of the batch was processed successfully.
>
> For this sort of flush operation can the caller assume that failure
> means nothing was flushed, since a flush can always be repeated?
This is not just a flush - instead, the flush is just a necessary sub-
operation of what is being done here. I don't think the actual add-
to-physmap should be repeated. And even if it can, at least for
diagnostic/debugging purposes knowing where things failed is rather
useful.
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 4/7] mm: xenmem_add_to_physmap now takes a pointer on xatp, (continued)
- [Xen-devel] Re: [PATCH 5/7] mm: New XENMEM space, XENMAPSPACE_gmfn_range, Jan Beulich
- [Xen-devel] Re: [PATCH 5/7] mm: New XENMEM space, XENMAPSPACE_gmfn_range, Jean Guyader
- [Xen-devel] Re: [PATCH 5/7] mm: New XENMEM space, XENMAPSPACE_gmfn_range, Jan Beulich
- [Xen-devel] Re: [PATCH 5/7] mm: New XENMEM space, XENMAPSPACE_gmfn_range, Jean Guyader
- [Xen-devel] Re: [PATCH 5/7] mm: New XENMEM space, XENMAPSPACE_gmfn_range, Jan Beulich
- Re: [Xen-devel] Re: [PATCH 5/7] mm: New XENMEM space, XENMAPSPACE_gmfn_range, Ian Campbell
- Re: [Xen-devel] Re: [PATCH 5/7] mm: New XENMEM space, XENMAPSPACE_gmfn_range,
Jan Beulich <=
- Re: [Xen-devel] Re: [PATCH 5/7] mm: New XENMEM space, XENMAPSPACE_gmfn_range, Jean Guyader
- Re: [Xen-devel] Re: [PATCH 5/7] mm: New XENMEM space, XENMAPSPACE_gmfn_range, Jan Beulich
- [Xen-devel] Re: [PATCH 4/7] mm: xenmem_add_to_physmap now takes a pointer on xatp, Jan Beulich
- [Xen-devel] Re: [PATCH 4/7] mm: xenmem_add_to_physmap now takes a pointer on xatp, Jean Guyader
- [Xen-devel] Re: [PATCH 4/7] mm: xenmem_add_to_physmap now takes a pointer on xatp, Jean Guyader
|
|
|