Re: [PATCH tip/core/rcu 13/23] rcu: Control grace-period durationfrom sysfs

From: Peter Zijlstra
Date: Thu Sep 06 2012 - 10:16:08 EST


On Thu, 2012-08-30 at 11:18 -0700, Paul E. McKenney wrote:
> From: "Paul E. McKenney" <paul.mckenney@xxxxxxxxxx>
>
> Some uses of RCU benefit from shorter grace periods, while others benefit
> more from the greater efficiency provided by longer grace periods.
> Therefore, this commit allows the durations to be controlled from sysfs.
> There are two sysfs parameters, one named "jiffies_till_first_fqs" that
> specifies the delay in jiffies from the end of grace-period initialization
> until the first attempt to force quiescent states, and the other named
> "jiffies_till_next_fqs" that specifies the delay (again in jiffies)
> between subsequent attempts to force quiescent states. They both default
> to three jiffies, which is compatible with the old hard-coded behavior.

A number of questions:

- how do I know if my workload wants a longer or shorter forced qs
period?
- the above implies a measure of good/bad-ness associated with fqs,
can one formulate this?
- if we can, should we not do this 'automagically' and avoid burdening
our already hard pressed sysads of the world with trying to figure
this out?

Also, whatever made you want to provide this 'feature' in the first
place?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/