From: Nathan Lynch <ntl@pobox.com>
To: Brian King <brking@linux.vnet.ibm.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH 1/1] powerpc: Fix partition migration hang under load
Date: Thu, 29 Jan 2009 18:38:29 -0600 [thread overview]
Message-ID: <20090130003829.GC6913@localdomain> (raw)
In-Reply-To: <200901292324.n0TNOktd000814@d03av02.boulder.ibm.com>
Brian King wrote:
>
> While testing partition migration with heavy CPU load using
> shared processors, it was observed that sometimes the migration
> would never complete and would appear to hang. Currently, the
> migration code assumes that if H_SUCCESS is returned from the H_JOIN
> then the migration is complete and the processor is waking up on
> the target system. If there was an outstanding PROD to the processor
> when the H_JOIN is called, however, it will return H_SUCCESS on the source
> system
Hmm, did you determine where that outstanding H_PROD is coming from?
AFAICT this is the only code which uses that hcall, and all processors
should have "consumed" their prods from one migration before another
migration can commence.
Regardless, ACK -- if we were to add another H_PROD call site (or if
there's one I missed) this would be necessary anyway.
next prev parent reply other threads:[~2009-01-30 0:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-29 23:23 [PATCH 1/1] powerpc: Fix partition migration hang under load Brian King
2009-01-30 0:38 ` Nathan Lynch [this message]
2009-01-30 14:08 ` Brian King
-- strict thread matches above, loose matches on Subject: below --
2009-02-17 16:49 Brian King
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=20090130003829.GC6913@localdomain \
--to=ntl@pobox.com \
--cc=brking@linux.vnet.ibm.com \
--cc=linuxppc-dev@ozlabs.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).