public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* emulating gigabit ethernet
@ 2007-10-05  2:52 Wes
       [not found] ` <2899e2610710041952w557a18c9y83cd68e951e51f5a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Wes @ 2007-10-05  2:52 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 675 bytes --]

Hello List,

Are there any plans on emulating gigabit under qemu/kvm?

I ask because at the moment networking in guests on an ibm x3650 host is
embarrassingly slow.  Using model=rtl8139 results in max of 12% of bandwidth
utilisation @ 100mbit (which in practice equates to 10mbit performance), and
using the default model=ne2k_pci results in much faster albeit still
sub-100mbit performance (while reporting 10mbit in the guest).  Is this
something that can be worked around?  Since the x3650's we use here have 2
gigabit ports, is it possible to pass one to the guest for direct access
instead of being forced to emulate a nic then route via 8021q and tun/tap?

Thanks,
Wes

[-- Attachment #1.2: Type: text/html, Size: 727 bytes --]

[-- Attachment #2: Type: text/plain, Size: 314 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

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

* Re: emulating gigabit ethernet
       [not found] ` <2899e2610710041952w557a18c9y83cd68e951e51f5a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-10-05  6:24   ` Izik Eidus
       [not found]     ` <2899e2610710042336v32ec93b9jeccc3099bf332552@mail.gmail.com>
  2007-10-05 23:32   ` Dor Laor
  1 sibling, 1 reply; 5+ messages in thread
From: Izik Eidus @ 2007-10-05  6:24 UTC (permalink / raw)
  To: Wes; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Wes wrote:
> Hello List,
>
> Are there any plans on emulating gigabit under qemu/kvm? 
yes, there are plans to emulate e1000, and there are para virtualzed 
drivers that should give good performance
 ( i dont know where the PV drivers will be released )
but this issue is known and work is made to solve it.
thanks.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

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

* emulating gigabit ethernet
       [not found]       ` <2899e2610710042336v32ec93b9jeccc3099bf332552-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-10-05  6:37         ` Wes
  0 siblings, 0 replies; 5+ messages in thread
From: Wes @ 2007-10-05  6:37 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 464 bytes --]

Awesome.  I look forward to testing them :)

Wes


On 10/5/07, Izik Eidus <izike-atKUWr5tajBWk0Htik3J/w@public.gmane.org> wrote:
>
> Wes wrote:
> > Hello List,
> >
> > Are there any plans on emulating gigabit under qemu/kvm?
> yes, there are plans to emulate e1000, and there are para virtualzed
> drivers that should give good performance
> ( i dont know where the PV drivers will be released )
> but this issue is known and work is made to solve it.
> thanks.
>

[-- Attachment #1.2: Type: text/html, Size: 987 bytes --]

[-- Attachment #2: Type: text/plain, Size: 314 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

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

* Re: emulating gigabit ethernet
       [not found] ` <2899e2610710041952w557a18c9y83cd68e951e51f5a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2007-10-05  6:24   ` Izik Eidus
@ 2007-10-05 23:32   ` Dor Laor
       [not found]     ` <4706C9AA.3000005-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  1 sibling, 1 reply; 5+ messages in thread
From: Dor Laor @ 2007-10-05 23:32 UTC (permalink / raw)
  To: Wes; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Wes wrote:
> Hello List,
>
> Are there any plans on emulating gigabit under qemu/kvm? 
>
> I ask because at the moment networking in guests on an ibm x3650 host 
> is embarrassingly slow.  Using model=rtl8139 results in max of 12% of 
> bandwidth utilisation @ 100mbit (which in practice equates to 10mbit 
> performance), and using the default model=ne2k_pci results in much 
> faster albeit still sub-100mbit performance (while reporting 10mbit in 
> the guest).  Is this something that can be worked around?  Since the 
> x3650's we use here have 2 gigabit ports, is it possible to pass one 
> to the guest for direct access instead of being forced to emulate a 
> nic then route via 8021q and tun/tap?
It's weird the rtl gives worse performance than ne2k, it should be the 
opposite. What kvm version do you test?
Try test with the latest (Avi added a small tap performance 
improvement.) If this does not help try
to add the -no-kvm-irqchip flag to the party.

Regarding pci pass through, we have a prototype working which will be 
release soon (month).
Dor.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

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

* Re: emulating gigabit ethernet
       [not found]     ` <4706C9AA.3000005-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-10-06  8:58       ` Wes
  0 siblings, 0 replies; 5+ messages in thread
From: Wes @ 2007-10-06  8:58 UTC (permalink / raw)
  To: dor.laor-atKUWr5tajBWk0Htik3J/w,
	kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 1504 bytes --]

This is with kvm-44.  I did notice kvm-45 released moments after I moved
this x3650 onsite but our client required it immediately so I didn't have a
chance to test it yet.  I'll give it a try though when we revisit the setup
in a week's time.  And i'll keep watcing this space for news on the
passthrough :)


Cheers,
Wes


On 10/6/07, Dor Laor <dor.laor-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> Wes wrote:
> > Hello List,
> >
> > Are there any plans on emulating gigabit under qemu/kvm?
> >
> > I ask because at the moment networking in guests on an ibm x3650 host
> > is embarrassingly slow.  Using model=rtl8139 results in max of 12% of
> > bandwidth utilisation @ 100mbit (which in practice equates to 10mbit
> > performance), and using the default model=ne2k_pci results in much
> > faster albeit still sub-100mbit performance (while reporting 10mbit in
> > the guest).  Is this something that can be worked around?  Since the
> > x3650's we use here have 2 gigabit ports, is it possible to pass one
> > to the guest for direct access instead of being forced to emulate a
> > nic then route via 8021q and tun/tap?
> It's weird the rtl gives worse performance than ne2k, it should be the
> opposite. What kvm version do you test?
> Try test with the latest (Avi added a small tap performance
> improvement.) If this does not help try
> to add the -no-kvm-irqchip flag to the party.
>
> Regarding pci pass through, we have a prototype working which will be
> release soon (month).
> Dor.
>

[-- Attachment #1.2: Type: text/html, Size: 1958 bytes --]

[-- Attachment #2: Type: text/plain, Size: 314 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

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

end of thread, other threads:[~2007-10-06  8:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-05  2:52 emulating gigabit ethernet Wes
     [not found] ` <2899e2610710041952w557a18c9y83cd68e951e51f5a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-10-05  6:24   ` Izik Eidus
     [not found]     ` <2899e2610710042336v32ec93b9jeccc3099bf332552@mail.gmail.com>
     [not found]       ` <2899e2610710042336v32ec93b9jeccc3099bf332552-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-10-05  6:37         ` Wes
2007-10-05 23:32   ` Dor Laor
     [not found]     ` <4706C9AA.3000005-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-10-06  8:58       ` Wes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox