lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 02 Aug 2010 15:13:18 -0700
From:	Rohit Vaswani <rvaswani@...eaurora.org>
To:	linux-kernel@...r.kernel.org
CC:	linux-arm-msm@...r.kernel.org, rvaswani@...eaurora.org
Subject: CPU Hotplug add/remove optimizations

  Hi,

We are trying to use cpu hotplug to turn off a cpu when it is not in use 
to improve power management. I am trying to optimize the cpu hotplug add 
and cpu hotplug remove timings. Currently cpu hotplug add takes around 
250ms and cpu hotplug remove takes 190 ms. For the current purposes we 
want to assume that we are removing and adding the same core. It seems 
that since we are actually not replacing the core – there could be a lot 
of initialization overhead that could be saved and restored instead of 
calibrating the entire core again.
One such thing we have been looking at is that once a core is powered up 
during cpu hotplug add, it runs the calibrate_delay routine to calculate 
the value of loops_per_jiffy. In such a case could we bypass the 
calibrate_delay function and just save and restore the value of 
loops_per_jiffy?
Does this approach seem wrong to anyone?
Can we safely assume that the core will start at the same clock speed at 
which the value was stored and then restored? And thus keeping the value 
of loops_per_jiffy that we restored consistent with the rest of the system.
Does anyone else have other ideas to achieve better results?
I will be looking at implementing any solutions and advice and following 
up with metrics and results.

Thanks,
Rohit Vaswani

--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ