qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Bug 1066055 <1066055@bugs.launchpad.net>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Bug 1066055] [NEW] Network performance regression with vde_switch
Date: Mon, 15 Oct 2012 10:58:42 +0200	[thread overview]
Message-ID: <20121015085842.GA29120@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <20121012173423.27389.27726.malonedeb@chaenomeles.canonical.com>

On Fri, Oct 12, 2012 at 05:34:23PM -0000, Edivaldo de Araujo Pereira wrote:
> I've noticed a significant network performance regression when using
> vde_switch, starting about one week ago (10/05/2012); before that date,
> I used to get about 1.5 Gbits host to guest, but now I can only get
> about 320 Mbits; I didn't find any modification in net/vde.*, just in
> hw/virtio*.
> 
> My command line: 
>  qemu-system-i386 -cdrom /bpd/bpd.iso -m 512 -boot d -enable-kvm \
>   -localtime -ctrl-grab -usbdevice tablet \
>   -device virtio-net-pci,mac=52:54:00:18:01:01,netdev=vde0,tx=bh,ioeventfd=on,x-txburst=32 \
>   -netdev vde,id=vde0 -vga std -tb-size 2M -cpu host -clock unix
> 
> My host runs a kernel 3.6.1 and my guest runs a kernel 3.5.4; the same
> problem happens with other host and guest versions, too.
> 
> I know there are better ways of running a guest, but using vde I get a
> cleaner environment in the host (just one tun/tap interface to
> manage...), which is quite good when running some accademic experiments.
> 
> Interestingly, at the same time I've noticed a performance enhancement
> of about 25~30 % when using a tun/tap interface, bridged or not.

Hi Edivaldo,
It would be great if you can help find the commit that caused this
regression.

The basic process is:

1. Identify a QEMU release or git tree that gives you 1.5 Gbit/s.
2. Double-check that qemu.git/master suffers reduced performance.
3. git bisect start <bad> <good>
   where <bad> and <good> are the git commits that show differing
   performance (for example, bad=HEAD good=v1.1.0)

Then git will step through the commit history and ask you to test at
each step.  (This is a binary search so even finding regressions that
happened many commits ago requires few steps.)

You can read more about git-bisect(1) here:
http://git-scm.com/book/en/Git-Tools-Debugging-with-Git#Binary-Search
http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html

The end result is the commit introduced the regression.  Please post
what you find!

Stefan

  reply	other threads:[~2012-10-15  8:58 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-12 17:34 [Qemu-devel] [Bug 1066055] [NEW] Network performance regression with vde_switch Edivaldo de Araujo Pereira
2012-10-15  8:58 ` Stefan Hajnoczi [this message]
2012-10-15 21:46 ` [Qemu-devel] [Bug 1066055] " Edivaldo de Araujo Pereira
2012-10-16  7:48   ` Stefan Hajnoczi
2012-10-22 11:18     ` Amit Shah
2012-10-22 13:50       ` Edivaldo de Araujo Pereira
2012-10-23 12:55         ` Stefan Hajnoczi
2012-11-01  9:19           ` Amit Shah
2012-11-01 12:04             ` Michael S. Tsirkin
2012-11-01 15:12               ` Amit Shah
2012-11-01 15:50                 ` Michael S. Tsirkin
2012-11-01 16:07               ` [Qemu-devel] [PATCH] virtio: limit avail bytes lookahead Michael S. Tsirkin
2012-11-02  9:56                 ` Amit Shah
2012-11-02 10:18                 ` Stefan Hajnoczi
2012-11-02 14:48                   ` Michael S. Tsirkin
2012-11-02 19:44                     ` Stefan Hajnoczi
2012-11-27 16:25                 ` Michael S. Tsirkin
2012-11-27 16:54                   ` Edivaldo de Araujo Pereira
2012-11-27 19:47                   ` Anthony Liguori
2012-11-28 21:53                   ` Michael S. Tsirkin
2012-11-29 13:04                     ` Amit Shah
2012-11-29 14:10                       ` Michael S. Tsirkin
2012-11-29 19:02                         ` Anthony Liguori
2012-11-29 22:39                           ` Michael S. Tsirkin
2012-11-01 11:42   ` [Qemu-devel] [Bug 1066055] Re: Network performance regression with vde_switch Michael S. Tsirkin
2012-10-16 12:23 ` Edivaldo de Araujo Pereira
2012-10-17 13:51   ` Stefan Hajnoczi
2018-01-10 21:28 ` Thomas Huth

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=20121015085842.GA29120@stefanha-thinkpad.redhat.com \
    --to=stefanha@gmail.com \
    --cc=1066055@bugs.launchpad.net \
    --cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).