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] Interrupts in Xen: Dynamic-irq and Phys-irq

To: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] Interrupts in Xen: Dynamic-irq and Phys-irq
From: John Que <qwejohn@xxxxxxxxx>
Date: Mon, 18 Jul 2005 08:52:15 -0400
Cc: Xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 18 Jul 2005 12:50:59 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GjaDBVhuN6erZXZJxiiJZfPJD4GMU/92KDe6yY+Ea4mllYl0ooUk9LeTLycPpeiSSORGr5EcicCbSHbyrwCI6d9AcaJNoa97ks0Jl0hviI9DLYdWtAOsh6V6kKLlQ6HsxOktH5mzgnEVa0+bRHhTR1w2QJnyDamTh7CU9F4RGGc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <e56d6228e705e67cce8e0976b9917d4b@xxxxxxxxxxxx>
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>
References: <ada605fb05071805073a50c4d1@xxxxxxxxxxxxxx> <e56d6228e705e67cce8e0976b9917d4b@xxxxxxxxxxxx>
Reply-to: John Que <qwejohn@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hello, 

Thanks!
Your answer makes things more understandable.

Regards,
John 

On 7/18/05, Keir Fraser <Keir.Fraser@xxxxxxxxxxxx> wrote:
> 
> On 18 Jul 2005, at 13:07, John Que wrote:
> 
> > The "Dynamic-irq" also appears in Dom0 (for example, when you run
> > "cat /proc/interrupts" and look at the  line containing "ctrl-if" or
> > "console").
> >
> > Besides it, In dom0 there is also "Phys-irq" ; for examples,after
> > running "cat /proc/interruupts" in line containing "eth0" or "ide0" or
> > "ide1".
> >
> > what is the difference between these 2 types of interrupts ?
> 
> Phys-irq's relate directly to hardware IRQ lines (e.g., eth0, your disc
> controller, etc). Dynamic-irq's are perhaps better described as
> 'virtual IRQs'. They have no direct relation to physical IRQ lines, but
> originate from things like timer events in Xen, or from the other half
> of a 'split' virtual block or network driver. We call them 'dynamic
> IRQs' because the IRQ numbers are dynamically allocated. :-)
> 
>   -- Keir
> 
>

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

<Prev in Thread] Current Thread [Next in Thread>