[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100420220855.4619256b@infradead.org>
Date: Tue, 20 Apr 2010 22:08:55 -0700
From: Arjan van de Ven <arjan@...radead.org>
To: Salman Qazi <sqazi@...gle.com>
Cc: svaidy@...ux.vnet.ibm.com, Peter Zijlstra <peterz@...radead.org>,
mingo@...e.hu, linux-kernel@...r.kernel.org,
akpm@...ux-foundation.org, linux-pm@...ts.linux-foundation.org,
csadler@...gle.com, ranjitm@...gle.com, kenchen@...gle.com,
dawnchen@...gle.com
Subject: Re: [PATCH 0/3] [idled]: Idle Cycle Injector for power capping
On Tue, 20 Apr 2010 10:52:58 -0700
Salman Qazi <sqazi@...gle.com> wrote:
> For improving power savings in the non-SMT case, as Arjan suggested, I
> will make the changes for heuristically aligning the injection on
> multiple cores. This will not be perfect, but then because it's a
> power optimization, it doesn't have to always work. I presume that
> this works best when done according to the CPU hierarchy? That is, it
> is more beneficial to idle an entire socket than the same number of
> cores on different sockets?
not really; at least not for Intel CPUs.
The problem is that due to the cache coherency, as long as one cpu in
the system is awake, the memory controllers etc cannot go into a sleep
mode...
I would not be surprised if AMD has the same behavior... or anyone else
with an integrated memory controller for that matter.
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
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