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] Interrupts to dom0

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Interrupts to dom0
From: Diego Ongaro <diego.ongaro@xxxxxxxx>
Date: Tue, 10 Jul 2007 10:46:07 -0500
Delivery-date: Tue, 10 Jul 2007 10:17:38 -0700
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
User-agent: Thunderbird 1.5.0.12 (X11/20070604)
I'd like to understand the behavior of a guest domain receiving and answering a ping, while competing with other guest domains for the CPU.

Using xentrace, I've found that when an interrupt on the network interface comes in, the scheduler is pretty good about waking and scheduling the ping receiving domain next. However, once the ping receiving domain blocks, the scheduler often allows other guest domains to run before scheduling domain 0 again. Domain 0 is not woken and, thus, does not get its priority boosted.

My main question is whether domain-0 operates strictly by polling, rather than by virtual interrupts, in this scenario.

Thanks,
Diego Ongaro
Rice University

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Interrupts to dom0, Diego Ongaro <=