mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	sched/eevdf/doc: Modify the documented knob to base_slice_ns as well
After committing the scheduler to EEVDF, we renamed the 'min_granularity_ns' sysctl to 'base_slice_ns':e4ec3318a1("sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slice") ... but we forgot to rename it in the documentation. Do that now. Fixes:e4ec3318a1("sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slice") Signed-off-by: Shrikanth Hegde <sshegde@linux.vnet.ibm.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://lore.kernel.org/r/20230824080342.543396-1-sshegde@linux.vnet.ibm.com
This commit is contained in:
		
							parent
							
								
									63304558ba
								
							
						
					
					
						commit
						2f88c8e802
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -94,7 +94,7 @@ other HZ detail.  Thus the CFS scheduler has no notion of "timeslices" in the
 | 
				
			||||||
way the previous scheduler had, and has no heuristics whatsoever.  There is
 | 
					way the previous scheduler had, and has no heuristics whatsoever.  There is
 | 
				
			||||||
only one central tunable (you have to switch on CONFIG_SCHED_DEBUG):
 | 
					only one central tunable (you have to switch on CONFIG_SCHED_DEBUG):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   /sys/kernel/debug/sched/min_granularity_ns
 | 
					   /sys/kernel/debug/sched/base_slice_ns
 | 
				
			||||||
 | 
					
 | 
				
			||||||
which can be used to tune the scheduler from "desktop" (i.e., low latencies) to
 | 
					which can be used to tune the scheduler from "desktop" (i.e., low latencies) to
 | 
				
			||||||
"server" (i.e., good batching) workloads.  It defaults to a setting suitable
 | 
					"server" (i.e., good batching) workloads.  It defaults to a setting suitable
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue