qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/3] virtio network device


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 2/3] virtio network device
Date: Tue, 04 Dec 2007 16:12:39 -0600
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Anthony Liguori wrote:


Subject: [PATCH 2/3] virtio network device
Cc: Rusty Russell <address@hidden>
Cc: Avi Kivity <address@hidden>
Cc: Dor Laor <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]