xref: /linux/kernel/rcu/Kconfig (revision a3941517fcd6625adc540aef5ec3f717c8fa71e8)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
20af92d46SPaul E. McKenney#
30af92d46SPaul E. McKenney# RCU-related configuration options
40af92d46SPaul E. McKenney#
50af92d46SPaul E. McKenney
60af92d46SPaul E. McKenneymenu "RCU Subsystem"
70af92d46SPaul E. McKenney
80af92d46SPaul E. McKenneyconfig TREE_RCU
90af92d46SPaul E. McKenney	bool
10b3e627d3SLai Jiangshan	default y if SMP
110af92d46SPaul E. McKenney	help
120af92d46SPaul E. McKenney	  This option selects the RCU implementation that is
130af92d46SPaul E. McKenney	  designed for very large SMP system with hundreds or
140af92d46SPaul E. McKenney	  thousands of CPUs.  It also scales down nicely to
150af92d46SPaul E. McKenney	  smaller systems.
160af92d46SPaul E. McKenney
170af92d46SPaul E. McKenneyconfig PREEMPT_RCU
180af92d46SPaul E. McKenney	bool
1901b1d88bSThomas Gleixner	default y if PREEMPTION
20b3e627d3SLai Jiangshan	select TREE_RCU
210af92d46SPaul E. McKenney	help
220af92d46SPaul E. McKenney	  This option selects the RCU implementation that is
230af92d46SPaul E. McKenney	  designed for very large SMP systems with hundreds or
240af92d46SPaul E. McKenney	  thousands of CPUs, but for which real-time response
250af92d46SPaul E. McKenney	  is also required.  It also scales down nicely to
260af92d46SPaul E. McKenney	  smaller systems.
270af92d46SPaul E. McKenney
280af92d46SPaul E. McKenney	  Select this option if you are unsure.
290af92d46SPaul E. McKenney
300af92d46SPaul E. McKenneyconfig TINY_RCU
310af92d46SPaul E. McKenney	bool
3201b1d88bSThomas Gleixner	default y if !PREEMPTION && !SMP
330af92d46SPaul E. McKenney	help
340af92d46SPaul E. McKenney	  This option selects the RCU implementation that is
350af92d46SPaul E. McKenney	  designed for UP systems from which real-time response
360af92d46SPaul E. McKenney	  is not required.  This option greatly reduces the
370af92d46SPaul E. McKenney	  memory footprint of RCU.
380af92d46SPaul E. McKenney
390af92d46SPaul E. McKenneyconfig RCU_EXPERT
400af92d46SPaul E. McKenney	bool "Make expert-level adjustments to RCU configuration"
410af92d46SPaul E. McKenney	default n
420af92d46SPaul E. McKenney	help
430af92d46SPaul E. McKenney	  This option needs to be enabled if you wish to make
440af92d46SPaul E. McKenney	  expert-level adjustments to RCU configuration.  By default,
450af92d46SPaul E. McKenney	  no such adjustments can be made, which has the often-beneficial
460af92d46SPaul E. McKenney	  side-effect of preventing "make oldconfig" from asking you all
470af92d46SPaul E. McKenney	  sorts of detailed questions about how you would like numerous
480af92d46SPaul E. McKenney	  obscure RCU options to be set up.
490af92d46SPaul E. McKenney
500af92d46SPaul E. McKenney	  Say Y if you need to make expert-level adjustments to RCU.
510af92d46SPaul E. McKenney
520af92d46SPaul E. McKenney	  Say N if you are unsure.
530af92d46SPaul E. McKenney
540af92d46SPaul E. McKenneyconfig SRCU
550af92d46SPaul E. McKenney	bool
560af92d46SPaul E. McKenney	help
570af92d46SPaul E. McKenney	  This option selects the sleepable version of RCU. This version
580af92d46SPaul E. McKenney	  permits arbitrary sleeping or blocking within RCU read-side critical
590af92d46SPaul E. McKenney	  sections.
600af92d46SPaul E. McKenney
610af92d46SPaul E. McKenneyconfig TINY_SRCU
620af92d46SPaul E. McKenney	bool
630af92d46SPaul E. McKenney	default y if SRCU && TINY_RCU
640af92d46SPaul E. McKenney	help
650af92d46SPaul E. McKenney	  This option selects the single-CPU non-preemptible version of SRCU.
660af92d46SPaul E. McKenney
670af92d46SPaul E. McKenneyconfig TREE_SRCU
680af92d46SPaul E. McKenney	bool
690af92d46SPaul E. McKenney	default y if SRCU && !TINY_RCU
700af92d46SPaul E. McKenney	help
710af92d46SPaul E. McKenney	  This option selects the full-fledged version of SRCU.
720af92d46SPaul E. McKenney
735873b8a9SPaul E. McKenneyconfig TASKS_RCU_GENERIC
74d5f177d3SPaul E. McKenney	def_bool TASKS_RCU || TASKS_RUDE_RCU || TASKS_TRACE_RCU
755873b8a9SPaul E. McKenney	select SRCU
765873b8a9SPaul E. McKenney	help
775873b8a9SPaul E. McKenney	  This option enables generic infrastructure code supporting
785873b8a9SPaul E. McKenney	  task-based RCU implementations.  Not for manual selection.
795873b8a9SPaul E. McKenney
800af92d46SPaul E. McKenneyconfig TASKS_RCU
8101b1d88bSThomas Gleixner	def_bool PREEMPTION
820af92d46SPaul E. McKenney	help
830af92d46SPaul E. McKenney	  This option enables a task-based RCU implementation that uses
840af92d46SPaul E. McKenney	  only voluntary context switch (not preemption!), idle, and
855873b8a9SPaul E. McKenney	  user-mode execution as quiescent states.  Not for manual selection.
860af92d46SPaul E. McKenney
87c84aad76SPaul E. McKenneyconfig TASKS_RUDE_RCU
88c84aad76SPaul E. McKenney	def_bool 0
89c84aad76SPaul E. McKenney	help
90c84aad76SPaul E. McKenney	  This option enables a task-based RCU implementation that uses
91c84aad76SPaul E. McKenney	  only context switch (including preemption) and user-mode
92c84aad76SPaul E. McKenney	  execution as quiescent states.  It forces IPIs and context
93c84aad76SPaul E. McKenney	  switches on all online CPUs, including idle ones, so use
94c84aad76SPaul E. McKenney	  with caution.
95c84aad76SPaul E. McKenney
96d5f177d3SPaul E. McKenneyconfig TASKS_TRACE_RCU
97d5f177d3SPaul E. McKenney	def_bool 0
98d5f177d3SPaul E. McKenney	help
99d5f177d3SPaul E. McKenney	  This option enables a task-based RCU implementation that uses
100d5f177d3SPaul E. McKenney	  explicit rcu_read_lock_trace() read-side markers, and allows
101d5f177d3SPaul E. McKenney	  these readers to appear in the idle loop as well as on the CPU
102d5f177d3SPaul E. McKenney	  hotplug code paths.  It can force IPIs on online CPUs, including
103d5f177d3SPaul E. McKenney	  idle ones, so use with caution.
104d5f177d3SPaul E. McKenney
1050af92d46SPaul E. McKenneyconfig RCU_STALL_COMMON
106b3e627d3SLai Jiangshan	def_bool TREE_RCU
1070af92d46SPaul E. McKenney	help
1080af92d46SPaul E. McKenney	  This option enables RCU CPU stall code that is common between
1090af92d46SPaul E. McKenney	  the TINY and TREE variants of RCU.  The purpose is to allow
1100af92d46SPaul E. McKenney	  the tiny variants to disable RCU CPU stall warnings, while
1110af92d46SPaul E. McKenney	  making these warnings mandatory for the tree variants.
1120af92d46SPaul E. McKenney
1130af92d46SPaul E. McKenneyconfig RCU_NEED_SEGCBLIST
114b3e627d3SLai Jiangshan	def_bool ( TREE_RCU || TREE_SRCU )
1150af92d46SPaul E. McKenney
1160af92d46SPaul E. McKenneyconfig RCU_FANOUT
1170af92d46SPaul E. McKenney	int "Tree-based hierarchical RCU fanout value"
1180af92d46SPaul E. McKenney	range 2 64 if 64BIT
1190af92d46SPaul E. McKenney	range 2 32 if !64BIT
120b3e627d3SLai Jiangshan	depends on TREE_RCU && RCU_EXPERT
1210af92d46SPaul E. McKenney	default 64 if 64BIT
1220af92d46SPaul E. McKenney	default 32 if !64BIT
1230af92d46SPaul E. McKenney	help
1240af92d46SPaul E. McKenney	  This option controls the fanout of hierarchical implementations
1250af92d46SPaul E. McKenney	  of RCU, allowing RCU to work efficiently on machines with
1260af92d46SPaul E. McKenney	  large numbers of CPUs.  This value must be at least the fourth
1270af92d46SPaul E. McKenney	  root of NR_CPUS, which allows NR_CPUS to be insanely large.
1280af92d46SPaul E. McKenney	  The default value of RCU_FANOUT should be used for production
1290af92d46SPaul E. McKenney	  systems, but if you are stress-testing the RCU implementation
1300af92d46SPaul E. McKenney	  itself, small RCU_FANOUT values allow you to test large-system
1310af92d46SPaul E. McKenney	  code paths on small(er) systems.
1320af92d46SPaul E. McKenney
1330af92d46SPaul E. McKenney	  Select a specific number if testing RCU itself.
1340af92d46SPaul E. McKenney	  Take the default if unsure.
1350af92d46SPaul E. McKenney
1360af92d46SPaul E. McKenneyconfig RCU_FANOUT_LEAF
1370af92d46SPaul E. McKenney	int "Tree-based hierarchical RCU leaf-level fanout value"
138dc126918SPaul E. McKenney	range 2 64 if 64BIT && !RCU_STRICT_GRACE_PERIOD
139dc126918SPaul E. McKenney	range 2 32 if !64BIT && !RCU_STRICT_GRACE_PERIOD
140dc126918SPaul E. McKenney	range 2 3 if RCU_STRICT_GRACE_PERIOD
141b3e627d3SLai Jiangshan	depends on TREE_RCU && RCU_EXPERT
142dc126918SPaul E. McKenney	default 16 if !RCU_STRICT_GRACE_PERIOD
143dc126918SPaul E. McKenney	default 2 if RCU_STRICT_GRACE_PERIOD
1440af92d46SPaul E. McKenney	help
1450af92d46SPaul E. McKenney	  This option controls the leaf-level fanout of hierarchical
1460af92d46SPaul E. McKenney	  implementations of RCU, and allows trading off cache misses
1470af92d46SPaul E. McKenney	  against lock contention.  Systems that synchronize their
1480af92d46SPaul E. McKenney	  scheduling-clock interrupts for energy-efficiency reasons will
1490af92d46SPaul E. McKenney	  want the default because the smaller leaf-level fanout keeps
1500af92d46SPaul E. McKenney	  lock contention levels acceptably low.  Very large systems
1510af92d46SPaul E. McKenney	  (hundreds or thousands of CPUs) will instead want to set this
1520af92d46SPaul E. McKenney	  value to the maximum value possible in order to reduce the
1530af92d46SPaul E. McKenney	  number of cache misses incurred during RCU's grace-period
1540af92d46SPaul E. McKenney	  initialization.  These systems tend to run CPU-bound, and thus
1550af92d46SPaul E. McKenney	  are not helped by synchronized interrupts, and thus tend to
1560af92d46SPaul E. McKenney	  skew them, which reduces lock contention enough that large
1570af92d46SPaul E. McKenney	  leaf-level fanouts work well.  That said, setting leaf-level
1580af92d46SPaul E. McKenney	  fanout to a large number will likely cause problematic
1590af92d46SPaul E. McKenney	  lock contention on the leaf-level rcu_node structures unless
1600af92d46SPaul E. McKenney	  you boot with the skew_tick kernel parameter.
1610af92d46SPaul E. McKenney
1620af92d46SPaul E. McKenney	  Select a specific number if testing RCU itself.
1630af92d46SPaul E. McKenney
1640af92d46SPaul E. McKenney	  Select the maximum permissible value for large systems, but
1650af92d46SPaul E. McKenney	  please understand that you may also need to set the skew_tick
1660af92d46SPaul E. McKenney	  kernel boot parameter to avoid contention on the rcu_node
1670af92d46SPaul E. McKenney	  structure's locks.
1680af92d46SPaul E. McKenney
1690af92d46SPaul E. McKenney	  Take the default if unsure.
1700af92d46SPaul E. McKenney
1710af92d46SPaul E. McKenneyconfig RCU_FAST_NO_HZ
1720af92d46SPaul E. McKenney	bool "Accelerate last non-dyntick-idle CPU's grace periods"
1730af92d46SPaul E. McKenney	depends on NO_HZ_COMMON && SMP && RCU_EXPERT
1740af92d46SPaul E. McKenney	default n
1750af92d46SPaul E. McKenney	help
1760af92d46SPaul E. McKenney	  This option permits CPUs to enter dynticks-idle state even if
1770af92d46SPaul E. McKenney	  they have RCU callbacks queued, and prevents RCU from waking
1780af92d46SPaul E. McKenney	  these CPUs up more than roughly once every four jiffies (by
1790af92d46SPaul E. McKenney	  default, you can adjust this using the rcutree.rcu_idle_gp_delay
1800af92d46SPaul E. McKenney	  parameter), thus improving energy efficiency.  On the other
1810af92d46SPaul E. McKenney	  hand, this option increases the duration of RCU grace periods,
1820af92d46SPaul E. McKenney	  for example, slowing down synchronize_rcu().
1830af92d46SPaul E. McKenney
1840af92d46SPaul E. McKenney	  Say Y if energy efficiency is critically important, and you
1850af92d46SPaul E. McKenney	  	don't care about increased grace-period durations.
1860af92d46SPaul E. McKenney
1870af92d46SPaul E. McKenney	  Say N if you are unsure.
1880af92d46SPaul E. McKenney
1890af92d46SPaul E. McKenneyconfig RCU_BOOST
1900af92d46SPaul E. McKenney	bool "Enable RCU priority boosting"
1910af92d46SPaul E. McKenney	depends on RT_MUTEXES && PREEMPT_RCU && RCU_EXPERT
1920af92d46SPaul E. McKenney	default n
1930af92d46SPaul E. McKenney	help
1940af92d46SPaul E. McKenney	  This option boosts the priority of preempted RCU readers that
1950af92d46SPaul E. McKenney	  block the current preemptible RCU grace period for too long.
1960af92d46SPaul E. McKenney	  This option also prevents heavy loads from blocking RCU
1978c1cf2daSPaul E. McKenney	  callback invocation.
1980af92d46SPaul E. McKenney
1990af92d46SPaul E. McKenney	  Say Y here if you are working with real-time apps or heavy loads
2000af92d46SPaul E. McKenney	  Say N here if you are unsure.
2010af92d46SPaul E. McKenney
2020af92d46SPaul E. McKenneyconfig RCU_BOOST_DELAY
2030af92d46SPaul E. McKenney	int "Milliseconds to delay boosting after RCU grace-period start"
2040af92d46SPaul E. McKenney	range 0 3000
2050af92d46SPaul E. McKenney	depends on RCU_BOOST
2060af92d46SPaul E. McKenney	default 500
2070af92d46SPaul E. McKenney	help
2080af92d46SPaul E. McKenney	  This option specifies the time to wait after the beginning of
2090af92d46SPaul E. McKenney	  a given grace period before priority-boosting preempted RCU
2100af92d46SPaul E. McKenney	  readers blocking that grace period.  Note that any RCU reader
2110af92d46SPaul E. McKenney	  blocking an expedited RCU grace period is boosted immediately.
2120af92d46SPaul E. McKenney
2130af92d46SPaul E. McKenney	  Accept the default if unsure.
2140af92d46SPaul E. McKenney
2150af92d46SPaul E. McKenneyconfig RCU_NOCB_CPU
2160af92d46SPaul E. McKenney	bool "Offload RCU callback processing from boot-selected CPUs"
217b3e627d3SLai Jiangshan	depends on TREE_RCU
2180af92d46SPaul E. McKenney	depends on RCU_EXPERT || NO_HZ_FULL
2190af92d46SPaul E. McKenney	default n
2200af92d46SPaul E. McKenney	help
2210af92d46SPaul E. McKenney	  Use this option to reduce OS jitter for aggressive HPC or
2220af92d46SPaul E. McKenney	  real-time workloads.	It can also be used to offload RCU
2230af92d46SPaul E. McKenney	  callback invocation to energy-efficient CPUs in battery-powered
224*a3941517SNeeraj Upadhyay	  asymmetric multiprocessors.  The price of this reduced jitter
225*a3941517SNeeraj Upadhyay	  is that the overhead of call_rcu() increases and that some
226*a3941517SNeeraj Upadhyay	  workloads will incur significant increases in context-switch
227*a3941517SNeeraj Upadhyay	  rates.
2280af92d46SPaul E. McKenney
2298c1cf2daSPaul E. McKenney	  This option offloads callback invocation from the set of CPUs
2308c1cf2daSPaul E. McKenney	  specified at boot time by the rcu_nocbs parameter.  For each
2318c1cf2daSPaul E. McKenney	  such CPU, a kthread ("rcuox/N") will be created to invoke
2328c1cf2daSPaul E. McKenney	  callbacks, where the "N" is the CPU being offloaded, and where
233*a3941517SNeeraj Upadhyay	  the "x" is "p" for RCU-preempt (PREEMPTION kernels) and "s" for
234*a3941517SNeeraj Upadhyay	  RCU-sched (!PREEMPTION kernels).  Nothing prevents this kthread
235*a3941517SNeeraj Upadhyay	  from running on the specified CPUs, but (1) the kthreads may be
236*a3941517SNeeraj Upadhyay	  preempted between each callback, and (2) affinity or cgroups can
237*a3941517SNeeraj Upadhyay	  be used to force the kthreads to run on whatever set of CPUs is
238*a3941517SNeeraj Upadhyay	  desired.
2390af92d46SPaul E. McKenney
240*a3941517SNeeraj Upadhyay	  Say Y here if you need reduced OS jitter, despite added overhead.
2410af92d46SPaul E. McKenney	  Say N here if you are unsure.
2420af92d46SPaul E. McKenney
2439ae58d7bSPaul E. McKenneyconfig TASKS_TRACE_RCU_READ_MB
2449ae58d7bSPaul E. McKenney	bool "Tasks Trace RCU readers use memory barriers in user and idle"
2459ae58d7bSPaul E. McKenney	depends on RCU_EXPERT
2469ae58d7bSPaul E. McKenney	default PREEMPT_RT || NR_CPUS < 8
2479ae58d7bSPaul E. McKenney	help
2489ae58d7bSPaul E. McKenney	  Use this option to further reduce the number of IPIs sent
2499ae58d7bSPaul E. McKenney	  to CPUs executing in userspace or idle during tasks trace
2509ae58d7bSPaul E. McKenney	  RCU grace periods.  Given that a reasonable setting of
2519ae58d7bSPaul E. McKenney	  the rcupdate.rcu_task_ipi_delay kernel boot parameter
2529ae58d7bSPaul E. McKenney	  eliminates such IPIs for many workloads, proper setting
2539ae58d7bSPaul E. McKenney	  of this Kconfig option is important mostly for aggressive
2549ae58d7bSPaul E. McKenney	  real-time installations and for battery-powered devices,
2559ae58d7bSPaul E. McKenney	  hence the default chosen above.
2569ae58d7bSPaul E. McKenney
2579ae58d7bSPaul E. McKenney	  Say Y here if you hate IPIs.
2589ae58d7bSPaul E. McKenney	  Say N here if you hate read-side memory barriers.
2599ae58d7bSPaul E. McKenney	  Take the default if you are unsure.
2609ae58d7bSPaul E. McKenney
2610af92d46SPaul E. McKenneyendmenu # "RCU Subsystem"
262