Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1734140
| From | Frederic Weisbecker <fweisbec@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 12/12] housekeeping: Document isolcpus flags |
| Date | 2017-09-18 16:00 +0200 |
| Message-ID | <ur4KB-70P-1@gated-at.bofh.it> (permalink) |
| References | <ur4KB-70P-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Chris Metcalf <cmetcalf@mellanox.com> Cc: Rik van Riel <riel@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Mike Galbraith <efault@gmx.de> Cc: Ingo Molnar <mingo@kernel.org> Cc: Christoph Lameter <cl@linux.com> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Wanpeng Li <kernellwp@gmail.com> Cc: Luiz Capitulino <lcapitulino@redhat.com> --- Documentation/admin-guide/kernel-parameters.txt | 35 +++++++++++++++---------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 0549662..34ea914 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -1727,20 +1727,27 @@ isapnp= [ISAPNP] Format: <RDP>,<reset>,<pci_scan>,<verbosity> - isolcpus= [KNL,SMP] Isolate CPUs from the general scheduler. - The argument is a cpu list, as described above. - - This option can be used to specify one or more CPUs - to isolate from the general SMP balancing and scheduling - algorithms. You can move a process onto or off an - "isolated" CPU via the CPU affinity syscalls or cpuset. - <cpu number> begins at 0 and the maximum value is - "number of CPUs in system - 1". - - This option is the preferred way to isolate CPUs. The - alternative -- manually setting the CPU mask of all - tasks in the system -- can cause problems and - suboptimal load balancer performance. + isolcpus= [KNL,SMP] Isolate a given set of CPUs from disturbance. + Format: [flag-list,]<cpu-list> + + Specify one or more CPUs to isolate from disturbances + specified in the flag list (default: domain): + + nohz + Disable the tick when a single task runs. + domain + Isolate from the general SMP balancing and scheduling + algorithms. This option is the preferred way to isolate + CPUs from tasks. The alternative -- manually setting the + CPU mask of all tasks in the system, can cause problems + and suboptimal load balancer performance. You can move a + process onto or off an "isolated" CPU via the CPU + affinity syscalls or cpuset. <cpu number> begins at 0 + and the maximum value is "number of CPUs in system - 1". + + The format of <cpu-list> is described above. + + iucv= [HW,NET] -- 2.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 12/12] housekeeping: Document isolcpus flags Frederic Weisbecker <fweisbec@gmail.com> - 2017-09-18 16:00 +0200
csiph-web