linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] powerpc/pseries: Improve serialization of PRRN events
@ 2018-07-13 14:22 John Allen
  2018-07-13 14:22 ` [PATCH 1/2] powerpc/pseries: Avoid blocking rtas polling handling multiple " John Allen
  2018-07-13 14:22 ` [PATCH 2/2] powerpc/pseries: Wait for completion of hotplug events during PRRN handling John Allen
  0 siblings, 2 replies; 4+ messages in thread
From: John Allen @ 2018-07-13 14:22 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: nfont

Stress testing has uncovered issues with handling continuously queued PRRN
events. Running PRRN events in this way can seriously load the system given
the sheer volume of dlpar being handled. This patchset ensures that PRRN
events are handled more synchronously, only allowing the PRRN handler to
queue a single dlpar event at any given time.  Additionally, it ensures
that rtas polling continues normally when multiple PRRN events are queued
simultaneously.

John Allen (2):
  pseries/prrn: Avoid blocking rtas polling handling multiple PRRN
    events
  pseries/prrn: Wait for completion of hotplug events during PRRN
    handling

 arch/powerpc/kernel/rtasd.c               | 11 ++++++++---
 arch/powerpc/platforms/pseries/mobility.c |  5 ++++-
 2 files changed, 12 insertions(+), 4 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-16 21:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-13 14:22 [PATCH 0/2] powerpc/pseries: Improve serialization of PRRN events John Allen
2018-07-13 14:22 ` [PATCH 1/2] powerpc/pseries: Avoid blocking rtas polling handling multiple " John Allen
2018-07-16 21:23   ` John Allen
2018-07-13 14:22 ` [PATCH 2/2] powerpc/pseries: Wait for completion of hotplug events during PRRN handling John Allen

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).