Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1283665 > unrolled thread

[PATCH] Fix CFQ I/O scheduler parameter name in documentation

Started byLibor Pechacek <lpechacek@suse.com>
First post2015-12-04 10:20 +0100
Last post2015-12-10 19:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Fix CFQ I/O scheduler parameter name in documentation Libor Pechacek <lpechacek@suse.com> - 2015-12-04 10:20 +0100
    Re: [PATCH] Fix CFQ I/O scheduler parameter name in documentation Jonathan Corbet <corbet@lwn.net> - 2015-12-10 19:30 +0100

#1283665 — [PATCH] Fix CFQ I/O scheduler parameter name in documentation

FromLibor Pechacek <lpechacek@suse.com>
Date2015-12-04 10:20 +0100
Subject[PATCH] Fix CFQ I/O scheduler parameter name in documentation
Message-ID<qBUH0-Lu-3@gated-at.bofh.it>
As seen in block/cfq-iosched.c, the parameter name is low_latency.

Signed-off-by: Libor Pechacek <lpechacek@suse.cz>
---
 Documentation/block/cfq-iosched.txt | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/Documentation/block/cfq-iosched.txt b/Documentation/block/cfq-iosched.txt
index f3bc72945cbd..1e4f835a659d 100644
--- a/Documentation/block/cfq-iosched.txt
+++ b/Documentation/block/cfq-iosched.txt
@@ -81,14 +81,13 @@ on higher end storage.
 
 Default value for this parameter is 8ms.
 
-latency
--------
-This parameter is used to enable/disable the latency mode of the CFQ
-scheduler. If latency mode (called low_latency) is enabled, CFQ tries
-to recompute the slice time for each process based on the target_latency set
-for the system. This favors fairness over throughput. Disabling low
-latency (setting it to 0) ignores target latency, allowing each process in the
-system to get a full time slice.
+low_latency
+-----------
+This parameter is used to enable/disable the low latency mode of the CFQ
+scheduler. If enabled, CFQ tries to recompute the slice time for each process
+based on the target_latency set for the system. This favors fairness over
+throughput. Disabling low latency (setting it to 0) ignores target latency,
+allowing each process in the system to get a full time slice.
 
 By default low latency mode is enabled.
 
-- 
1.7.12.4

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

[toc] | [next] | [standalone]


#1288794

FromJonathan Corbet <corbet@lwn.net>
Date2015-12-10 19:30 +0100
Message-ID<qEe8z-1lV-25@gated-at.bofh.it>
In reply to#1283665
On Fri, 4 Dec 2015 10:10:03 +0100
Libor Pechacek <lpechacek@suse.com> wrote:

> As seen in block/cfq-iosched.c, the parameter name is low_latency.

Applied to the docs tree, thanks.

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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web