xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: yingbin wang <yingbin.wangyb@gmail.com>
To: xen-devel@lists.xensource.com
Subject: Re: network performance drop heavily in xen 4.0 release
Date: Fri, 16 Apr 2010 16:49:42 +0800	[thread overview]
Message-ID: <r2vacd07b8d1004160149l391b3776zac3d9b3e8ebc755@mail.gmail.com> (raw)
In-Reply-To: <x2kacd07b8d1004150939z742015daze69f618b8ee73b9@mail.gmail.com>

the problem is solved.

we closed most of the debug config options. a miracle happened. the
performance returned to the level before.
we compared the .config of 2.6.18.8 with 2.6.31.13. the differences
are the debug options.
I think the default .config in 2.6.31.13 should close the debug
options or provide a way to turn off.

thanks all

Cheers,
wyb

2010/4/16 yingbin wang <yingbin.wangyb@gmail.com>:
> Hi:
>     I report a Bug !!!  We have just upgraded to
> xen4.0+kernel2.6.31.13 recently.  however , fond that the network
> performance drop heavily in dom0  (nearly Reduced by 2/3 vs
> xen3.4.2+kernel2.6.18.8 ) .
>
> our env :
> hardware :
>   Intel(R) Xeon(R) CPU           E5520  @ 2.27GHz
>   01:00.0 Ethernet controller: Broadcom Corporation NetXtreme II
> BCM5709 Gigabit Ethernet (rev 20)
>   01:00.1 Ethernet controller: Broadcom Corporation NetXtreme II
> BCM5709 Gigabit Ethernet (rev 20)
> compile env and filesystem :
>   Redhat AS 5.4
>
> xm info :
> -----------------------------------------------------------------
> host                   : r02k08015
> release                : 2.6.31.13xen
> version                : #1 SMP Tue Apr 13 20:38:51 CST 2010
> machine                : x86_64
> nr_cpus                : 16
> nr_nodes               : 2
> cores_per_socket       : 4
> threads_per_core       : 2
> cpu_mhz                : 2266
> hw_caps                :
> bfebfbff:28100800:00000000:00001b40:009ce3bd:00000000:00000001:00000000
> virt_caps              : hvm
> total_memory           : 24539
> free_memory            : 15596
> node_to_cpu            : node0:0,2,4,6,8,10,12,14
>                         node1:1,3,5,7,9,11,13,15
> node_to_memory         : node0:3589
>                         node1:12007
> node_to_dma32_mem      : node0:2584
>                         node1:0
> max_node_id            : 1
> xen_major              : 4
> xen_minor              : 0
> xen_extra              : .0
> xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
> hvm-3.0-x86_32p hvm-3.0-x86_64
> xen_scheduler          : credit
> xen_pagesize           : 4096
> platform_params        : virt_start=0xffff800000000000
> xen_changeset          : unavailable
> xen_commandline        : dom0_mem=10240M
> cc_compiler            : gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
> cc_compile_by          : root
> cc_compile_domain      :
> cc_compile_date        : Tue Apr 13 23:04:16 CST 2010
> xend_config_format     : 4
> ---------------------------------------------------------------------------
>
>
> test tool:  iperf-2.0.4
> command:
> root@10.250.6.25 :      iperf -s
> root@10.250.6.28 :      iperf -c 10.250.6.25 -i 1 -t 100
>
> network performance:
>
> xen4.0+kernel2.6.31.13:
> [ ID] Interval       Transfer     Bandwidth
> [  4]  0.0- 9.5 sec    249 MBytes    219 Mbits/sec
>
> xen3.4.2+kernel2.6.18.8:
> [ ID] Interval       Transfer     Bandwidth
> [  4]  0.0-15.0 sec  1.64 GBytes    941 Mbits/sec
>
> BTW ,1 the disk IO performance also reduce from 90MB/s to 60MB/s.
>         2 the attachment is the dom0 kernel compile config.
>
> Cheers,
> wyb
>

  parent reply	other threads:[~2010-04-16  8:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <k2iacd07b8d1004150928k3b9581e2raa9eb1c034a36d65@mail.gmail.com>
2010-04-15 16:39 ` network performance drop heavily in xen 4.0 release yingbin wang
2010-04-15 16:51   ` Keir Fraser
2010-04-16  4:24     ` yingbin wang
2010-04-16  5:56       ` Pasi Kärkkäinen
2010-04-16  8:49   ` yingbin wang [this message]
2010-04-18 18:55     ` Pasi Kärkkäinen
2010-04-24  6:42       ` yingbin wang
2010-04-24 11:18         ` Re: network performance drop heavily in xen 4.0 release [SOLVED] Pasi Kärkkäinen
2010-04-24 14:20         ` Re: network performance drop heavily in xen 4.0 release Ronaldo C. A. Chaves
2010-04-24 14:59           ` yingbin wang
2010-04-24 15:07             ` Ronaldo C. A. Chaves
2010-04-24 15:57               ` listmail
2010-04-24 16:03                 ` listmail
2010-04-24 16:22                   ` listmail
2010-04-26 20:23         ` Jeremy Fitzhardinge
2010-05-09 17:23         ` Problem with /etc/init.d/xendomains Carsten Schiers

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=r2vacd07b8d1004160149l391b3776zac3d9b3e8ebc755@mail.gmail.com \
    --to=yingbin.wangyb@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    /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).