public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Avi Kivity <avi@qumranet.com>
Cc: kvm-devel@lists.sourceforge.net, Tomasz Chmielewski <mangoo@wpkg.org>
Subject: Re: [ANNOUNCE] kvm-guest-drivers-windows-2
Date: Thu, 15 May 2008 08:57:07 -0500	[thread overview]
Message-ID: <482C4133.7010000@codemonkey.ws> (raw)
In-Reply-To: <482BEDCD.7050308@qumranet.com>

Avi Kivity wrote:
> Anthony Liguori wrote:
>> FWIW, virtio-net is much better with my patches applied.
>
> The can_receive patches?
>
> Again, I'm not opposed to them in principle, I just think that if they 
> help that this points at a virtio deficiency.  Virtio should never 
> leave the rx queue empty.  Consider the case where the virtio queue 
> isn't tied to a socket buffer, but directly to hardware.

For RX performance:


right now
[  3]  0.0-10.0 sec  1016 MBytes    852 Mbits/sec

revert tap hack
[  3]  0.0-10.0 sec    564 MBytes    473 Mbits/sec

all patches applied
[  3]  0.0-10.0 sec  1.17 GBytes  1.01 Gbits/sec

drop lots of packets
[  3]  0.0-10.0 sec  1.05 GBytes    905 Mbits/sec


The last patch is not in my series but it basically makes the ring size 
512 and drops packets when we run out of descriptors.  That was to valid 
that we're not hiding a virtio deficiency.  The reason I want to buffer 
packets is that it avoids having to deal with tuning.   For 
vringfd/vmdq, we'll have to make sure to get the tuning right though.

Regards,

Anthony Liguori

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

  reply	other threads:[~2008-05-15 13:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-14 13:52 [ANNOUNCE] kvm-guest-drivers-windows-2 Tomasz Chmielewski
2008-05-14 15:09 ` Dor Laor
2008-05-14 15:39   ` Muli Ben-Yehuda
2008-05-14 15:49   ` Tomasz Chmielewski
2008-05-14 16:19     ` Dor Laor
2008-05-14 17:50       ` Anthony Liguori
2008-05-14 21:09         ` Tomasz Chmielewski
2008-05-15  6:57           ` Dor Laor
2008-05-15  8:02             ` Tomasz Chmielewski
2008-05-15  8:01         ` Avi Kivity
2008-05-15 13:57           ` Anthony Liguori [this message]
2008-05-15 15:30             ` Avi Kivity
2008-05-15 15:43               ` Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2008-05-14  8:30 Avi Kivity

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=482C4133.7010000@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=avi@qumranet.com \
    --cc=kvm-devel@lists.sourceforge.net \
    --cc=mangoo@wpkg.org \
    /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