WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Performance difference between Xen versions

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Performance difference between Xen versions
From: John Weekes <lists.xen@xxxxxxxxxxxxxxxxxx>
Date: Mon, 02 May 2011 10:52:45 -0700
Cc: mark.langsdorf@xxxxxxx, winston.l.wang@xxxxxxxxx, gang.wei@xxxxxxxxx
Delivery-date: Mon, 02 May 2011 10:54:31 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4DBE7819020000780003F1B6@xxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4DBE41C9.1010409@xxxxxxxxxxxxxx> <C9E41092.170DB%keir.xen@xxxxxxxxx> <4DBE7819020000780003F1B6@xxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10
On 5/2/2011 12:23 AM, Jan Beulich wrote:
Correct. I generally found the default threshold of the ondemand
governor nor very suitable for optimal performance of short lived
jobs, and boot all of my systems with "cpufreq=xen:ondemand,threshold=20".

These pm comments made me wonder about turbo mode, which I've never seen working, and the fact that xenpm doesn't work for me either (for instance, trying to turn on turbo with it causes Xen to freeze). So, I started digging a bit.

I'm testing with 4.1. I started by setting my line to include the one that you gave as an example, but adding ",verbose=1" to the end in order to see more output. Strangely, I didn't see any, and turbo mode was still not being set (and frequencies weren't changing).

I added some further debug code and found that cpufreq_add_cpu was aborting because of its "if (!processor_pminfo[cpu])" check at the beginning. I can't find where processor_pminfo[cpu] would be set anywhere but in the set_px_pminfo hypercall (via copying), and I can't find a caller of that function anywhere in the Xen source or 2.6.32-stable kernel source. I do see it mentioned in the old 2.6.18. Is this something that has yet to be ported to pv_ops, and are there plans to do so? Is there also the possibility of initializing it internally without dom0 interaction, when "xen" is chosen as the cpufreq scheduler?

Or I am I just missing something entirely here?

-John

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>