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] network IO buffer? -- Sisu

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] network IO buffer? -- Sisu
From: Sisu Xi <xisisu@xxxxxxxxx>
Date: Wed, 7 Sep 2011 15:52:21 -0500
Delivery-date: Wed, 07 Sep 2011 13:53:32 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=J8XgH9tNy5xB4j5HeyTilR0zy8unnppQs1PpsykSaRg=; b=x8SLhf8kT8+OuGznv+ELhoS9CUp0Mz0cs6xRLSaj1GgKj+uWmwD68qG4F+6vB797Vt I199BdAk64qLvsjBVX/6pRcTbPxKolwQGPnuNUhEiaTrUSmnUpDCVhkM4GLelG0rxN/c +3METdKVGiUZgiakVFrSov1LP3Ri+UaYPH664=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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
Hi, all:

I want to study the latency in receiving a pkt in Xen.
Here is my set up: kernel version is 2.6.32.25, applied the patch.
Credit Based Scheduler is used. Dom0 is with 1 VCPU, pinned to core 0,
while Dom1 and Dom2 (one VCPU each) are both pinned to another
separate core.

Then I run a echo program in Dom1 to another server. If there is no
interference, the round trip time was like 250 microseconds.
But, if I run a iperf in Dom2 to generate the maximum interference,
the round trip time in Dom1 was like 40 ms, 160 times the original
case!

Does anyone know where is the pkt buffered? I already checked the
net_rx_action in netback.c in Dom0, the length of the queue is like 1
or 2 most of the time, which meas the pkt is buffered some where else?

Could anyone help me with this?

Thanks very much!

Best!

Yours,
Sisu

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] network IO buffer? -- Sisu, Sisu Xi <=