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

[Xen-devel] overheads of having lots of pages granted at a time

To: "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] overheads of having lots of pages granted at a time
From: "James Harper" <james.harper@xxxxxxxxxxxxxxxx>
Date: Sat, 15 Dec 2007 13:11:20 +1100
Delivery-date: Fri, 14 Dec 2007 18:11:53 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acg+v8hd9KSrLDB/TqyPVo6W3U1Plw==
Thread-topic: overheads of having lots of pages granted at a time
Because of some windows limitations, I am going to have to pre-allocate
page aligned buffer space for block device i/o at device setup, and copy
data between the buffer space I get in each i/o request and the buffer
space I've pre-allocated.

My options are to either grant the pages at the time I allocate them, or
to grant and ungrant each page as I submit the i/o request to xen.

>From a performance point of view, is there any problem having lots of
pages granted when you aren't using them?

Thanks

James

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] overheads of having lots of pages granted at a time, James Harper <=