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] VM scheduling and network I/O

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] VM scheduling and network I/O
From: Diwaker Gupta <diwakergupta@xxxxxxxxx>
Date: Wed, 9 Mar 2005 10:44:35 -0800
Delivery-date: Wed, 09 Mar 2005 18:45:42 +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:mime-version:content-type:content-transfer-encoding; b=kH2Sng3JB47Odq6VldVYe5v5dFFd5D84hwxnVWBOLh0wixBnWOtUZ3mbdmDwImkF3A5gK9BzrYvDpwmBXB4f7+wcjmJ0vGI0NJDpVnWSRTgXE6bIt8r/LeYHyGvWnt+DAajBrq0lDgE9kgFfPWA2Q3feGPT4YFvcB1X4P/xozjo=
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Reply-to: Diwaker Gupta <diwakergupta@xxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Hi everyone,

I'm trying to understand the flow of control and how the VMs are
scheduled while doing network I/O. Say a guest OS is trying to send a
packet. So it gets scheduled, and the front-end driver places the
packet in the IO descriptor ring.

Thereafter, the back end domain (in this case dom0) gets scheduled,
picks up the packet and sends it out on the NIC. Is this correct? So
if I were to take a tcpdump on dom0 and plot a timeline of events as
the VM gets scheduled, I should see the VM get scheduled, then dom0
and while dom0 is running tcpdump should see a packet getting sent out
on the NIC?

TIA
-- 
Diwaker Gupta
http://resolute.ucsd.edu/diwaker


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] VM scheduling and network I/O, Diwaker Gupta <=