All of lore.kernel.org
 help / color / mirror / Atom feed
* what's maximum speed setting for xen network?
@ 2005-04-21  4:03 Xin Zhao
  2005-04-21  4:09 ` Kip Macy
  0 siblings, 1 reply; 14+ messages in thread
From: Xin Zhao @ 2005-04-21  4:03 UTC (permalink / raw)
  To: xen-devel

For a physical network card, it has a maximum transmission speed such as
100Mb. How about network in a virtual machine? It is a virtual network
card. Is there any speed limit? Or it can transmit as fast as possible? If
so, I guess network transmission happened within a physical host should be
very fast (great than 100Mb). But this is not true in my experiment.
What's the bottleneck then?

Thanks in advance for your advice.

Xin

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: what's maximum speed setting for xen network?
@ 2005-04-22 19:53 mukesh agrawal
  2005-04-22 20:14 ` Xin Zhao
  2005-04-23 11:31 ` Keir Fraser
  0 siblings, 2 replies; 14+ messages in thread
From: mukesh agrawal @ 2005-04-22 19:53 UTC (permalink / raw)
  To: xen-devel, zhaoxin


> For a physical network card, it has a maximum transmission speed such as
> 100Mb. How about network in a virtual machine? It is a virtual network
> card. Is there any speed limit? Or it can transmit as fast as possible? 
> If so, I guess network transmission happened within a physical host 
> should be very fast (great than 100Mb). But this is not true in my 
> experiment.

Out of curiousity, what kind of testing have you run, and what kind 
of speeds are you getting?

I've got a configuration with DomU talking to Dom0 over a vif, and seem to 
be seeing UDP losses, even at low data rates. (I haven't dug into this 
deeply to very the problem yet, though.) So I'd be interested if you're 
seeing something similar.

Thanks,
mukesh

^ permalink raw reply	[flat|nested] 14+ messages in thread
* RE: what's maximum speed setting for xen network?
@ 2005-04-23 18:27 Santos, Jose Renato G (Jose Renato Santos)
  0 siblings, 0 replies; 14+ messages in thread
From: Santos, Jose Renato G (Jose Renato Santos) @ 2005-04-23 18:27 UTC (permalink / raw)
  To: Nivedita Singhvi, Keir Fraser
  Cc: xen-devel, Turner, Yoshio, zhaoxin, mukesh agrawal, Aravind Menon,
	G John Janakiraman


  Nivedita,

  Yes, I am working to get oprofile in xen-unstable.
  I was only able to spend a few  hours on this
  My own port to xen-unstable shows the same behavior as 
  the one done by Andrew Theurer.
  I will start debugging xenoprof this week to nail down 
  the problem. 
  Renato

> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com 
> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of 
> Nivedita Singhvi
> Sent: Saturday, April 23, 2005 10:37 AM
> To: Keir Fraser
> Cc: xen-devel@lists.xensource.com; zhaoxin@eecs.umich.edu; 
> mukesh agrawal
> Subject: Re: [Xen-devel] what's maximum speed setting for xen network?
> 
> 
> Keir Fraser wrote:
> > 
> > On 22 Apr 2005, at 20:53, mukesh agrawal wrote:
> > 
> >> I've got a configuration with DomU talking to Dom0 over a vif, and
> >> seem to be seeing UDP losses, even at low data rates. (I 
> haven't dug 
> >> into this deeply to very the problem yet, though.) So I'd be 
> >> interested if you're seeing something similar.
> > 
> > 
> > We have no back-pressure / flow control on inter-domain networking. 
> > This
> > leads to embarrassing performance for UDP when the sender 
> and receiver 
> > share a CPU. The sender fills the receiver's buffers but 
> continues to 
> > send even though he drops further packets (no buffer space 
> at receiver) 
> > -- then the receiver gets a time slice, receives a ring's worth of 
> > packets -- then the sender gets to run for another time 
> slice, most of 
> > which again is wasted -- and so on.
> > 
> > We need a sensible mechanism for ensuring batched packet 
> delivery, but
> > also to ensure that comms rings do not so easily get 
> overflowed. This 
> > would vastly improve the inter-domain performance, far more than 
> > striving for zero copy or other such tweaks.
> > 
> > It would be great if someone else is interested in 
> investigating this. 
> > :-)
> 
> Hi Keir,
> 
> Yep, I'm one of the people at least looking into this, don't 
> know if others are too :). Thrown some instrumentation in and 
> doing some testing as we speak. Really needed some profiling 
> so was trying to get the oprofile stuff to work in unstable. 
> From what I saw from his last post, Jose is working on it.
> 
> A few people have kindly agreed to do some testing for me too.
> 
> We'll throw some stuff out on the list after the weekend.  I 
> am tracking all the reports of poor networking performance so 
> if people do see some issues please continue to post on the list..
> 
> thanks,
> Nivedita
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> 

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2005-04-25 18:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-21  4:03 what's maximum speed setting for xen network? Xin Zhao
2005-04-21  4:09 ` Kip Macy
  -- strict thread matches above, loose matches on Subject: below --
2005-04-22 19:53 mukesh agrawal
2005-04-22 20:14 ` Xin Zhao
2005-04-22 20:42   ` Mark Williamson
2005-04-22 21:54     ` Xin Zhao
2005-04-23 11:31 ` Keir Fraser
     [not found]   ` <e15e04f90504230848425f3aa1@mail.gmail.com>
2005-04-23 16:14     ` mukesh agrawal
2005-04-23 16:24       ` Keir Fraser
2005-04-23 16:47         ` mukesh agrawal
2005-04-23 17:47           ` Keir Fraser
2005-04-25 18:00             ` mukesh agrawal
2005-04-23 17:36   ` Nivedita Singhvi
2005-04-23 18:27 Santos, Jose Renato G (Jose Renato Santos)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.