WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Could the page sharing inside domain? (memory_sharing on

To: tinnycloud <tinnycloud@xxxxxxxxxxx>
Subject: Re: [Xen-devel] Could the page sharing inside domain? (memory_sharing on xen)
From: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
Date: Thu, 6 Jan 2011 10:13:57 +0000
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 06 Jan 2011 02:14:44 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <BLU157-ds21D26244AE0E3531278CB4DA0A0@xxxxxxx>
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: <BAY0-MC3-F426sbZwiU000735e4@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <BLU157-ds21D26244AE0E3531278CB4DA0A0@xxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.20 (2009-06-14)
At 02:23 +0000 on 06 Jan (1294280625), tinnycloud wrote:
> Hi all:
> 
>       One of the features listed as having been added to Xen 4 is page
> sharing for HVM domUs. Pity is it has been disabled since buggy. 
> Well I tried to make it work these days.
> 
>       After go through the code and get thoroughly concept of page
> sharing, I've
> been able to setup test environment, but confronted domU crash.
> 
>       One abnormal output from serial is 
> 
> (XEN) mm.c:859:d0 Error getting mfn 2df15f (pfn fffffffffffffffe) from L1
> entry 80000002df15f627 for l1e_owner=0, pg_owner=4
> (XEN) mm.c:859:d0 Error getting mfn 2df160 (pfn fffffffffffffffe) from L1
> entry 80000002df160627 for l1e_owner=0, pg_owner=4
> 
>       Later, I found this is related to page sharing inside domain itself.
> 
>       That is when a domain X first read IO sectors Y, it will nominate
> the gref into xen(that is build a hash entry in xen)
>       , after IO completion, it will build a hash entry in tapdisk2 hash
> table.
>       
>       But later domain X read same sectors again, it can find entry in
> both hash tables, and page sharing works, one page freed.
>  Then I can see above serial output.
> 
>       So my question is: Is page sharing legal inside domain?

It was intended to be, but as you say it's buggy.  

The error messages you see above are from dom0 trying to map dom4's
memory and finding a shared page (i.e. owned by dom_cow).  Either
there's a missing unshare operation on the path that called
get_page_from_l1e(), or a race where a page got re-shared before the
mapping could be completed, or possibly the unshare operation doesn't
work properly when a domain has two copies of a shared page.

Tim.


-- 
Tim Deegan <Tim.Deegan@xxxxxxxxxx>
Principal Software Engineer, Xen Platform Team
Citrix Systems UK Ltd.  (Company #02937203, SL9 0BG)

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel