From: dave.martin@linaro.org (Dave Martin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 2/2] arm: prefer PSCI for SMP bringup
Date: Tue, 9 Apr 2013 13:21:45 +0100 [thread overview]
Message-ID: <20130409122133.GA2233@linaro.org> (raw)
In-Reply-To: <alpine.LFD.2.03.1304021202520.1171@syhkavp.arg>
On Tue, Apr 02, 2013 at 12:11:25PM -0400, Nicolas Pitre wrote:
> On Tue, 2 Apr 2013, Stefano Stabellini wrote:
>
> > On Mon, 1 Apr 2013, Nicolas Pitre wrote:
> > > On Mon, 1 Apr 2013, Stefano Stabellini wrote:
> > > > What are the platforms that are going to use smp_init? Do we know how do
> > > > they intend to use it?
> > >
> > > VExpress for one. When booting on a big.LITTLE system such as TC2 on
> > > VExpress, the MCPM layer needs to arbitrate power management operations
> > > on a per cluster basis. In that case there is a MCPM specific set of
> > > SMP ops to be used, even if it may end up calling into PSCI.
> > >
> > > But the important point is that we don't know beforehand what to use,
> > > especially with a kernel that can boot on multiple different VExpress
> > > configurations. The decision has to be made at run time, and therefore
> > > a static default or mdesc->smp ops doesn't cut it.
> >
> > I certainly like the principle and I am in favor of anything that moves
> > the decisions at runtime. I have pulled the patch in the series, it's
> > going to be in the next version.
> >
> > However I am concerned that these platform specific operations won't
> > work with Xen at all.
> > I am getting increasingly certain that we need a Xen specific check in
> > setup_arch to bump up of the priority of PSCI over anything else if Xen
> > is running.
>
> I'm concerned about mixing big.LITTLE and Xen as well. I don't think
> this is going to make an easy match. KVM might have an easier fit here.
>
> But, in any case, even if the MCPM layer gets involved, if Xen is there
> then PSCI will end up being the ultimate interface anyway.
Note that big.LITTLE != MCPM. Virtualisation hosts might be large multi-
cluster systems, but the CPUs might be all of the same type. MCPM or
similar would me needed for the multi-cluster power management even
though there is no big.LITTLE mix of CPUs.
> But let's cross that bridge when we get to it. For now this is still a
> non existing problem.
That's a big open question. Either the host or hypervisor needs to be
very clever about scheduling guests, or you need to bind each guest virtual
CPU to a specific class of physical CPUs -- so, for example you provide
a guest with an explicit mix of bigs and littles.
All we can say about that for now is that it's a potential research area...
Cheers
---Dave
WARNING: multiple messages have this Message-ID (diff)
From: Dave Martin <dave.martin@linaro.org>
To: Nicolas Pitre <nicolas.pitre@linaro.org>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
Russell King - ARM Linux <linux@arm.linux.org.uk>,
Arnd Bergmann <arnd@arndb.de>,
"marc.zyngier@arm.com" <marc.zyngier@arm.com>,
Will Deacon <will.deacon@arm.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v4 2/2] arm: prefer PSCI for SMP bringup
Date: Tue, 9 Apr 2013 13:21:45 +0100 [thread overview]
Message-ID: <20130409122133.GA2233@linaro.org> (raw)
In-Reply-To: <alpine.LFD.2.03.1304021202520.1171@syhkavp.arg>
On Tue, Apr 02, 2013 at 12:11:25PM -0400, Nicolas Pitre wrote:
> On Tue, 2 Apr 2013, Stefano Stabellini wrote:
>
> > On Mon, 1 Apr 2013, Nicolas Pitre wrote:
> > > On Mon, 1 Apr 2013, Stefano Stabellini wrote:
> > > > What are the platforms that are going to use smp_init? Do we know how do
> > > > they intend to use it?
> > >
> > > VExpress for one. When booting on a big.LITTLE system such as TC2 on
> > > VExpress, the MCPM layer needs to arbitrate power management operations
> > > on a per cluster basis. In that case there is a MCPM specific set of
> > > SMP ops to be used, even if it may end up calling into PSCI.
> > >
> > > But the important point is that we don't know beforehand what to use,
> > > especially with a kernel that can boot on multiple different VExpress
> > > configurations. The decision has to be made at run time, and therefore
> > > a static default or mdesc->smp ops doesn't cut it.
> >
> > I certainly like the principle and I am in favor of anything that moves
> > the decisions at runtime. I have pulled the patch in the series, it's
> > going to be in the next version.
> >
> > However I am concerned that these platform specific operations won't
> > work with Xen at all.
> > I am getting increasingly certain that we need a Xen specific check in
> > setup_arch to bump up of the priority of PSCI over anything else if Xen
> > is running.
>
> I'm concerned about mixing big.LITTLE and Xen as well. I don't think
> this is going to make an easy match. KVM might have an easier fit here.
>
> But, in any case, even if the MCPM layer gets involved, if Xen is there
> then PSCI will end up being the ultimate interface anyway.
Note that big.LITTLE != MCPM. Virtualisation hosts might be large multi-
cluster systems, but the CPUs might be all of the same type. MCPM or
similar would me needed for the multi-cluster power management even
though there is no big.LITTLE mix of CPUs.
> But let's cross that bridge when we get to it. For now this is still a
> non existing problem.
That's a big open question. Either the host or hypervisor needs to be
very clever about scheduling guests, or you need to bind each guest virtual
CPU to a specific class of physical CPUs -- so, for example you provide
a guest with an explicit mix of bigs and littles.
All we can say about that for now is that it's a potential research area...
Cheers
---Dave
next prev parent reply other threads:[~2013-04-09 12:21 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-29 16:42 [PATCH v4 2/2] arm: prefer PSCI for SMP bringup Stefano Stabellini
2013-03-29 16:42 ` Stefano Stabellini
2013-03-29 16:42 ` Stefano Stabellini
2013-03-29 17:31 ` Nicolas Pitre
2013-03-29 17:31 ` Nicolas Pitre
2013-03-29 17:38 ` Stefano Stabellini
2013-03-29 17:38 ` Stefano Stabellini
2013-03-29 17:53 ` Nicolas Pitre
2013-03-29 17:53 ` Nicolas Pitre
2013-03-29 18:07 ` Stefano Stabellini
2013-03-29 18:07 ` Stefano Stabellini
2013-03-29 19:31 ` Rob Herring
2013-03-29 19:31 ` Rob Herring
2013-04-01 14:42 ` Stefano Stabellini
2013-04-01 14:42 ` Stefano Stabellini
2013-04-01 18:20 ` Nicolas Pitre
2013-04-01 18:20 ` Nicolas Pitre
2013-04-02 14:28 ` Stefano Stabellini
2013-04-02 14:28 ` Stefano Stabellini
2013-04-02 16:11 ` Nicolas Pitre
2013-04-02 16:11 ` Nicolas Pitre
2013-04-09 12:21 ` Dave Martin [this message]
2013-04-09 12:21 ` Dave Martin
2013-04-09 18:34 ` Nicolas Pitre
2013-04-09 18:34 ` Nicolas Pitre
2013-04-09 18:34 ` Nicolas Pitre
2013-03-29 18:04 ` Nicolas Pitre
2013-03-29 18:04 ` Nicolas Pitre
2013-03-29 18:10 ` Stefano Stabellini
2013-03-29 18:10 ` Stefano Stabellini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130409122133.GA2233@linaro.org \
--to=dave.martin@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.