xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Juergen Gross <jgross@suse.com>
To: Dario Faggioli <dario.faggioli@citrix.com>
Cc: George Dunlap <george.dunlap@eu.citrix.com>,
	xen-devel@lists.xenproject.org
Subject: Re: [PATCH 3/4] xen: sched: reorganize cpu_disable_scheduler()
Date: Wed, 15 Jul 2015 17:07:14 +0200	[thread overview]
Message-ID: <55A67722.90309@suse.com> (raw)
In-Reply-To: <1436972062.13522.209.camel@citrix.com>

On 07/15/2015 04:54 PM, Dario Faggioli wrote:
> On Thu, 2015-07-09 at 12:45 +0200, Juergen Gross wrote:
>> On 07/09/2015 12:24 PM, Dario Faggioli wrote:
>>> On Wed, 2015-07-08 at 17:13 +0200, Dario Faggioli wrote:
>>>> On Tue, 2015-07-07 at 13:16 +0200, Juergen Gross wrote:
>>>>>> +            /*
>>>>>> +             * In case of shutdown/suspend, it is not necessary to ask the
>>>>>> +             * scheduler to chime in. In fact:
>>>>>> +             *  * there is no reason for it: the end result we are after is
>>>>>> +             *    just 'all the vcpus on the boot pcpu, and no vcpu anywhere
>>>>>> +             *    else', so let's just go for it;
>>>>>> +             *  * it's wrong, when dealing a cpupool with only non-boot pcpus,
>>>>>> +             *    as the scheduler will always fail to send the vcpus away
>>>>>> +             *    from the last online (non boot) pcpu!
>>>>>
>>>>> I'd add a comment that in shutdown/suspend case all domains are being
>>>>> paused, so we can be active in dom0/Pool-0 only.
>>>>>
>>>> Sure, I'll add this.
>>>>
>>> ...while putting such a comment together, I'm realizing that I'm not
>>> sure about what you meant, or what you wanted the comment itself to
>>> express.
>>>
>>> I mean, it is certainly true that all domains are being paused (they've
>>> been paused already, actually), but that include Dom0 too. Also, we are
>>> in Xen, in stop_machine context, so I'm not sure what you meant either
>>> with "we can be active in dom0/Pool-0 only".
>>
>> We are running on the vcpu which issued the hypercall resulting in
>> pausing the domains. A vcpu can't pause itself.
>>
> Hey, sorry it took me a bit to reply.
>
> Actually, I'm still not getting the "we are running on the vcpu" part.
> Perhaps it's all a terminology issue that we have, and it may not be
> that much worthwhile to spend a lot of time on it.
>
> However, the hypercall to suspend/shutdown the system has indeed been
> issued by a dom0 vcpu. The call chain is this:
>
> XENPF_enter_acpi_sleep:
>    acpi_enter_sleep()
>      continue_hypercall_on_cpu(0, enter_state_helper)

Interesting. I managed to miss this one.

I'm rather sure this was handled differently when I initially wrote the
cpupool stuff. So please forget my comment about Pool-0/dom0, it was
from memory and is no longer or was never correct.


Juergen

  reply	other threads:[~2015-07-15 15:07 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-03 15:49 [PATCH 0/4] xen: sched/cpupool: more fixing of (corner?) cases Dario Faggioli
2015-07-03 15:49 ` [PATCH 1/4] xen: sched: factor the code for taking two runq locks in a function Dario Faggioli
2015-07-08 14:47   ` George Dunlap
2015-07-03 15:49 ` [PATCH 2/4] xen: sched: factor code that moves a vcpu to a new pcpu " Dario Faggioli
2015-07-08 14:56   ` George Dunlap
2015-07-08 15:09     ` Dario Faggioli
2015-07-03 15:49 ` [PATCH 3/4] xen: sched: reorganize cpu_disable_scheduler() Dario Faggioli
2015-07-07 11:16   ` Juergen Gross
2015-07-08 15:13     ` Dario Faggioli
2015-07-09 10:24       ` Dario Faggioli
2015-07-09 10:45         ` Juergen Gross
2015-07-15 14:54           ` Dario Faggioli
2015-07-15 15:07             ` Juergen Gross [this message]
2015-07-08 16:01   ` George Dunlap
2015-07-08 16:37     ` Dario Faggioli
2015-07-09 10:33       ` George Dunlap
2015-07-03 15:49 ` [PATCH 4/4] xen: sched/cpupool: properly update affinity when removing a cpu from a cpupool Dario Faggioli
2015-07-07 11:30   ` Juergen Gross
2015-07-08 16:19   ` George Dunlap

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=55A67722.90309@suse.com \
    --to=jgross@suse.com \
    --cc=dario.faggioli@citrix.com \
    --cc=george.dunlap@eu.citrix.com \
    --cc=xen-devel@lists.xenproject.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).