|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [PATCH] cpu idle ticks show twice in xen pvm guest
Jeremy Fitzhardinge wrote: On 10/10/2011 08:53 AM, Konrad Rzeszutek Wilk wrote:On Wed, Oct 05, 2011 at 10:11:58PM -0700, Zhenzhong Duan wrote: Thanks Konrad for point out that.In Original kernel, tick_nohz_restart_sched_tick and do_stolen_accounting both called account_idle_ticks. For a idle pvm, idle/iowait maybe doubled apparently.Normally Y-X should get close to 6000 in idle system, but in my test it's 11981. But I am still not sure if patch has any impact to other part. Thanks diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c index 163b467..5dcbc91 100644 --- a/arch/x86/xen/time.c +++ b/arch/x86/xen/time.c @@ -151,7 +151,6 @@ static void do_stolen_accounting(void)ticks = iter_div_u64_rem(blocked, NS_PER_TICK, &blocked); -- Regards zhenzhong -- Oracle Building, No.24 Building, Zhongguancun Software Park Haidian District, Beijing 100193, China _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |