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

[Xen-devel] xen 4.0 + DVFS

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xen 4.0 + DVFS
From: Vinicius Petrucci <vpetrucci@xxxxxxxxx>
Date: Fri, 14 May 2010 14:09:45 -0300
Delivery-date: Wed, 02 Jun 2010 10:31:45 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=mc9afuQaNJQ90SkYm1+g4ueyVEWKO7+TvtNuqnP4riI=; b=jbWO6jYglN+lVTU9djGE3PL0LDcWj5fqGzjyK5cW69i2mKHBMLUiZZEna11+y7R1Ro W1VloRd3Uw7jGXPZtgPuittwHwvLJp6NMWcTBCjofqW6LsIzXhGRjfezZSqPv2H+gSKi +pVvF7MbUsB0GKuUKXiwHAa1KsWI8927wnGw4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=E+eGe7NCrJFhJALRWd4ArUUjboDw8+T2kcQ6mU4RGwgfqGmsZNwoyhGYOvYIfGQQeX UgtC8t7VmZni4JU6gy/JFYDO06uUCMd1Lwn4G7l9w0DGTZUTBpCyPMZBGVb7/OqS03DG xNdHPizhTizjmVHy2kF4HxvsI1jlH/oh/d6Dw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
hi,

i'm having some problems on using dvfs in Xen 4.0.

i'm running Ubuntu Server 10.04 with Xen 4.0 and Linux 2.6.32.10
paravirt_ops dom0
(i just followed the install steps from
http://lists.xensource.com/archives/html/xen-users/2010-03/msg00878.html)

The CPU model is: Intel(R) Core(TM) i5 CPU         750  @ 2.67GHz
(with 4 cores)

When I type "xenpm get-cpufreq-para", it returns:

cpu id               : 0
affected_cpus        : *0
cpuinfo frequency    : max [2793000] min [1197000] cur [1197000]
scaling_driver       : acpi-cpufreq
scaling_avail_gov    : userspace performance powersave ondemand
current_governor     : ondemand
  ondemand specific  :
    sampling_rate    : max [10000000] min [10000] cur [20000]
    up_threshold     : 80
    turbo mode       : enabled
scaling_avail_freq   : 2793000 2660000 2527000 2394000 2261000 2128000
1995000 1862000 1729000 1596000 1463000 1330000 *1197000
scaling frequency    : max [2793000] min [1197000] cur [1197000]

cpu id               : 1
affected_cpus        : 1
cpuinfo frequency    : max [2793000] min [1197000] cur [1197000]
scaling_driver       : acpi-cpufreq
scaling_avail_gov    : userspace performance powersave ondemand
current_governor     : ondemand
  ondemand specific  :
    sampling_rate    : max [10000000] min [10000] cur [20000]
    up_threshold     : 80
    turbo mode       : enabled
scaling_avail_freq   : 2793000 2660000 2527000 2394000 2261000 2128000
1995000 1862000 1729000 1596000 1463000 1330000 *1197000
scaling frequency    : max [2793000] min [1197000] cur [1197000]

[CPU2] failed to get cpufreq parameter
[CPU3] failed to get cpufreq parameter

from "xm dmesg" (attached in the email msg) i noticed these two error lines:

(XEN) cpufreq fail to add CPU2:incorrect _PSD(254:0), expect(254/4)
(XEN) cpufreq fail to add CPU3:incorrect _PSD(254:0), expect(254/4)

does anyone know any solution or tips to address this issue?

thanks,
vinicius

Attachment: dom0-msg.txt
Description: Text document

Attachment: xen-msg.txt
Description: Text document

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xen 4.0 + DVFS, Vinicius Petrucci <=