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] RE: Reducing I/O introduced domain scheduling

To: Paul Durrant <Paul.Durrant@xxxxxxxxxx>, "Dong, Eddie" <eddie.dong@xxxxxxxxx>
Subject: Re: [Xen-devel] RE: Reducing I/O introduced domain scheduling
From: Keir Fraser <keir@xxxxxxx>
Date: Tue, 12 Oct 2010 10:44:48 +0100
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, "Zhang, Xiantao" <xiantao.zhang@xxxxxxxxx>
Delivery-date: Tue, 12 Oct 2010 02:46:06 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:user-agent:date :subject:from:to:cc:message-id:thread-topic:thread-index:in-reply-to :mime-version:content-type:content-transfer-encoding; bh=i5fMyL6o8Do4yzMdHkCjmSYuLJttOMNzp98Vc43yEvU=; b=NRxmelSyCDus9FnbAUdtFj4f/H3tmAO/bABjEp7ZT8O4xI1ynSbJZKg8G+ATzb7Q9Q 0uNcKZw7e74Ilf2t5AYK8W1xHWEiuBLIKs5Hc5CrJ5nBtj42KycQCdvDzr+2bCJs3mkk ZfxSTgm2tI9pYx6tz65hJ7XmVE1p7wxIzzU2I=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:user-agent:date:subject:from:to:cc:message-id:thread-topic :thread-index:in-reply-to:mime-version:content-type :content-transfer-encoding; b=jaJBrCdv+rlFC+sJGXRUJ5uqQobI5lzNBYIRG0emMf6JBKs5vu6GOECikNzbeMM90E 5+Zrtmc6Cwd0ppiqSVNdGOM7DrsKk0xxt2lBV8BbDd5Nl65VKKZKF22Mp2YZz7TVPQYz mwWT+Xf9sShP3z0HXW4mXVA+aLYAQiFiY8tr8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <291EDFCB1E9E224A99088639C47620228CF821D4D8@xxxxxxxxxxxxxxxxxxxxxxxxx>
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Actpqn3hWuzhnq6kR7m69TDVjf/L0AAQ2lQwAAAjqPIAAGOAwAAAhgAV
Thread-topic: [Xen-devel] RE: Reducing I/O introduced domain scheduling
User-agent: Microsoft-Entourage/12.26.0.100708
Are there any such scenarios that could reveal not-allowed-by-hardware-spec
buffering? If so then that would make the optimisation invalid. But anyway,
it seems that the Intel guys should just fix their test setup to get their
system disk using PV mode.

 -- Keir

On 12/10/2010 10:30, "Paul Durrant" <Paul.Durrant@xxxxxxxxxx> wrote:

> My concern is a read from a non-MMIO page following a write to an MMIO page.
> 
>   Paul
> 
>> -----Original Message-----
>> From: Keir Fraser [mailto:keir.xen@xxxxxxxxx] On Behalf Of Keir
>> Fraser
>> Sent: 12 October 2010 10:19
>> To: Paul Durrant; Dong, Eddie
>> Cc: xen-devel@xxxxxxxxxxxxxxxxxxx; Zhang, Xiantao
>> Subject: Re: [Xen-devel] RE: Reducing I/O introduced domain
>> scheduling
>> 
>> No, you can't  vmexit on a fence. I don't know whether that matters,
>> so long
>> as buffered writes get flushed before the guest can observe their
>> effects
>> (presumably via some kind of I/O read). Agree that generalising the
>> buffered
>> I/O concept feels a bit dodgy however.
>> 
>>  -- Keir
>> 
>> On 12/10/2010 10:15, "Paul Durrant" <Paul.Durrant@xxxxxxxxxx> wrote:
>> 
>>> Just wondering... does Xen/can Xen take VM exits on fences? If not
>> then I
>>> don't see you could safely buffer MMIO writes.
>>> 
>>>   Paul
>>> 
>>>> -----Original Message-----
>>>> From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-devel-
>>>> bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Dong, Eddie
>>>> Sent: 12 October 2010 02:12
>>>> To: Keir Fraser
>>>> Cc: xen-devel@xxxxxxxxxxxxxxxxxxx; Dong, Eddie; Zhang, Xiantao
>>>> Subject: [Xen-devel] Reducing I/O introduced domain scheduling
>>>> 
>>>> Keir:
>>>> When running vConsolidation on top of Xen in  a 4-core
>>>> platform, we noticed the I/O introduced scheduling per CPU is ~3K
>>>> Hz, which seems to be too frequent and cause frequent involve of
>>>> domain 0 / Qemu, which may polute cache of the guest and thus
>>>> increase CPI (cycle per instruction).
>>>> 
>>>> We are thinking if we can reduce the domin switch here, and
>>>> think the output of I/O can be buffered and return immediately.
>> The
>>>> buffered I/O can be flushed out at next IN emulation (or any
>>>> Hypervisor emulated I/O) or timeout such as 10 or 100 us to
>>>> guarantee minimal response.
>>>> 
>>>> Ideally it can cover both PIO & MMIO, but we can start from
>>>> PIO.
>>>> 
>>>> How do you think of that?
>>>> 
>>>> Thx, Eddie
>>>> _______________________________________________
>>>> Xen-devel mailing list
>>>> Xen-devel@xxxxxxxxxxxxxxxxxxx
>>>> http://lists.xensource.com/xen-devel
>>> 
>>> _______________________________________________
>>> Xen-devel mailing list
>>> Xen-devel@xxxxxxxxxxxxxxxxxxx
>>> http://lists.xensource.com/xen-devel
>> 
> 



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