[PATCH 0/3] v2 Make hierarchical RCU less IPI-happy and add more tracing

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Paul E. McKenney
Date: Monday, April 13, 2009 - 9:31 pm

This three-patch set fixes a hierarchical-RCU performance bug located
by Anton Blanchard.  This bug affects certain high-end floating-point
computation-heavy workloads with closely spaced barrier-synchronized
iterations, where an interruption of any one CPU's processing during a
given iteration slows the system as a whole.  This bug manifests itself
as excessive resched IPIs, and is strictly a performance regression.
It does not affect correctness.

The first patch provides the fix for the problem, the second patch
adds the tracing, and the third patch adds the documentation for the
tracing.

Located-by: Anton Blanchard <anton@au1.ibm.com>
Tested-by: Anton Blanchard <anton@au1.ibm.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
---
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/3] v2 Make hierarchical RCU less IPI-happy and ad ..., Paul E. McKenney, (Mon Apr 13, 9:31 pm)
[PATCH 2/3] v2 Add __rcu_pending tracing to hierarchical RCU, Paul E. McKenney, (Mon Apr 13, 9:31 pm)
[tip:core/rcu] rcu: Add __rcu_pending tracing to hierarchi ..., tip-bot for Paul E. ..., (Tue Apr 14, 3:00 am)
[tip:core/rcu] rcu: Update RCU tracing documentation for _ ..., tip-bot for Paul E. ..., (Tue Apr 14, 3:01 am)