public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Felix Leimbach <felix.leimbach@gmx.net>
To: Miguel Araujo <maraujo@Nosys.net>
Cc: lista kvm-devel <kvm-devel@lists.sourceforge.net>,
	Victor Abeytua Garcia <victor@Nosys.es>
Subject: Re: virtual machines network goes 100Mbit when interface is Gbit
Date: Thu, 03 Apr 2008 17:54:08 +0200	[thread overview]
Message-ID: <47F4FDA0.8080100@gmx.net> (raw)
In-Reply-To: <47F4A31E.30501@Nosys.net>


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

>  Thanks for your answer Haydn, but I did not understand the issue too.
>  Victor has explained my problem clearly, is kvm uncapable of running
>  the bridge at 1GBit if it is not a e1000 network card?

Hey Miguel,

what Haydn meant was to force qemu to *emulate* a e1000 NIC instead of 
the default RTL8139. That emulation is done by qemu in userspace and has 
absolutely nothing to do with your physical NIC por the bridge.
Chosing a NIC is done with the "model=" parameter.
kvm -net nic,model=e1000

Even better performance-wise would be to use the new virtio interface 
which paravirtualizes your physical NIC instead of emulating one.
For that, use:
kvm -net nic,model=virtio

Of course you'll need to install the corresponding drivers in your 
guest. The e1000 should be supported in every guest and for the virtio 
interface there are windows guest drivers (see the kvm-announce mailing 
list for that) as well as linux guest drivers included in kernel 2.6.25 
upwards.

By the way: This is good stuff f you're interested in hard disk 
performance, too: http://kvm.qumranet.com/kvmwiki/Virtio

Felix

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

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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

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

_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

  reply	other threads:[~2008-04-03 15:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-14 13:46 virtual machines network goes 100Mbit when interface is Gbit Miguel Araujo
2008-03-14 15:22 ` Haydn Solomon
2008-03-27 10:58   ` Victor Abeytua Garcia
2008-04-03  9:27     ` Miguel Araujo
2008-04-03 15:54       ` Felix Leimbach [this message]
2008-04-03 16:14         ` Haydn Solomon
2008-04-11 12:19           ` Miguel Araujo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47F4FDA0.8080100@gmx.net \
    --to=felix.leimbach@gmx.net \
    --cc=kvm-devel@lists.sourceforge.net \
    --cc=maraujo@Nosys.net \
    --cc=victor@Nosys.es \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox