From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Perf regression of netperf compared Xen 4.4 to origin/master Date: Thu, 3 Jul 2014 14:00:37 -0400 Message-ID: <20140703175633.GC13710@konrad-lan.dumpdata.com> References: <20140702165200.GA3044@laptop.dumpdata.com> <53B43969.1030507@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1X2lJX-0007R8-UN for xen-devel@lists.xenproject.org; Thu, 03 Jul 2014 18:00:56 +0000 Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: George Dunlap Cc: Andrew Cooper , xen-devel List-Id: xen-devel@lists.xenproject.org On Thu, Jul 03, 2014 at 11:46:30AM +0100, George Dunlap wrote: > On Wed, Jul 2, 2014 at 5:55 PM, Andrew Cooper wrote: > > On 02/07/14 17:52, Konrad Rzeszutek Wilk wrote: > >> The test is pretty silly. > >> > >> I've 14 guests, and I make each guest run netperf against the other. > >> I start with 1 pair, then 2 pairs, then up to 7. Each guest > >> is 768 MB, runs in a RAMdisk and just has one vif. The box is > >> a SuperMicro X8DB8+ with two E5520 and 12GB of RAM. > >> The netperf runs for a minute. The guests are PVHVM and I am > >> using qemu-upstream. The guest configs are: > >> > >> builder='hvm' > >> disk = [ 'file:/mnt/lab/bootstrap-x86_64/root_image.iso,hdc:cdrom,r'] > >> memory=768 > >> boot='d' > >> vcpus=1 > >> serial='file:/var/log/xen/console-g-vm0.log' > >> vnclisten='0.0.0.0' > >> name='g-vm0' > >> on_crash='preserve' > >> # IP is 192.168.102.90 > >> vif = [ 'mac=00:0f:4b:01:01:00, bridge=switch' ] > >> .. and naturally the ip, name and MAC change for each guest. > >> > >> The kernel for both the guest and domain 0 is the same - no > >> configuration change. The Xen is built without debug=y. > > > > What do you mean by this? master has debugging enabled by default so > > unless you build with debug=n, you will have a debug build. > > You don't know how many times I've tripped over this... Whew. It was indeed that, and next time I have to make that part of my checklist before sending to xen-devel! > > -George