From: Anthony Liguori <anthony@codemonkey.ws>
To: qemu-devel@nongnu.org
Cc: Rusty Russell <rusty@rustcorp.com.au>
Subject: Re: [Qemu-devel] [PATCH 2/3] virtio network device
Date: Tue, 04 Dec 2007 16:12:39 -0600 [thread overview]
Message-ID: <4755D0D7.8060503@codemonkey.ws> (raw)
In-Reply-To: <4755CC8C.6000001@us.ibm.com>
Anthony Liguori wrote:
>
>
> Subject: [PATCH 2/3] virtio network device
> Cc: Rusty Russell <rusty@rustcorp.com.au>
> Cc: Avi Kivity <avi@qumranet.com>
> Cc: Dor Laor <dor.laor@qumranet.com>
>
> This patch implements the backend support for the virtio network device. The
> device is optimized for virtualized environments by limiting the number of
> guest=>host transitions per-packet. In the best case, the number of
> transitions per-packet is < 1.
>
> With some further optimizations, I have been able to obtain 1.5gbit/sec
> host=>guest with this driver (compared to the 90mbit/sec from the rtl8139
> card). This requires additional patches not present in this series.
Let me qualify that these numbers are with KVM. I haven't done
performance testing using CPU emulation.
Regards,
Anthony Liguori
next prev parent reply other threads:[~2007-12-04 22:12 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-04 21:54 [Qemu-devel] [PATCH 2/3] virtio network device Anthony Liguori
2007-12-04 22:12 ` Anthony Liguori [this message]
2007-12-04 23:49 ` [Qemu-devel] " Dor Laor
2007-12-05 17:18 ` Anthony Liguori
2007-12-05 17:44 ` Paul Brook
2007-12-05 20:20 ` Anthony Liguori
2007-12-06 9:27 ` Jamie Lokier
2007-12-08 13:22 ` Paul Brook
2007-12-08 14:09 ` Jamie Lokier
2007-12-08 16:45 ` Paul Brook
2007-12-08 19:52 ` Blue Swirl
2007-12-08 21:55 ` Jamie Lokier
2007-12-08 22:02 ` Anthony Liguori
2007-12-12 1:24 ` Rusty Russell
2007-12-12 1:40 ` Anthony Liguori
2007-12-18 2:31 ` Rusty Russell
2007-12-08 21:59 ` Anthony Liguori
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=4755D0D7.8060503@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=qemu-devel@nongnu.org \
--cc=rusty@rustcorp.com.au \
/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 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.