linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: block: update and fix tiny error for bfq
@ 2020-07-03  6:13 Yufen Yu
  2020-07-06  7:17 ` Paolo Valente
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yufen Yu @ 2020-07-03  6:13 UTC (permalink / raw)
  To: paolo.valente, axboe, linux-doc, linux-block

The max value of blkio.bfq.weight is 1000, rather than 10000.
And 'weights' have been remove from /sys/block/XXX/queue/iosched.

Signed-off-by: Yufen Yu <yuyufen@huawei.com>
---
 Documentation/block/bfq-iosched.rst | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/Documentation/block/bfq-iosched.rst b/Documentation/block/bfq-iosched.rst
index 0d237d402860..19d4d1570cee 100644
--- a/Documentation/block/bfq-iosched.rst
+++ b/Documentation/block/bfq-iosched.rst
@@ -492,13 +492,6 @@ set max_budget to higher values than those to which BFQ would have set
 it with auto-tuning. An alternative way to achieve this goal is to
 just increase the value of timeout_sync, leaving max_budget equal to 0.
 
-weights
--------
-
-Read-only parameter, used to show the weights of the currently active
-BFQ queues.
-
-
 4. Group scheduling with BFQ
 ============================
 
@@ -566,7 +559,7 @@ Parameters to set
 For each group, there is only the following parameter to set.
 
 weight (namely blkio.bfq.weight or io.bfq-weight): the weight of the
-group inside its parent. Available values: 1..10000 (default 100). The
+group inside its parent. Available values: 1..1000 (default 100). The
 linear mapping between ioprio and weights, described at the beginning
 of the tunable section, is still valid, but all weights higher than
 IOPRIO_BE_NR*10 are mapped to ioprio 0.
-- 
2.25.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: block: update and fix tiny error for bfq
  2020-07-03  6:13 [PATCH] docs: block: update and fix tiny error for bfq Yufen Yu
@ 2020-07-06  7:17 ` Paolo Valente
  2020-07-06 14:07 ` Jens Axboe
  2020-07-06 14:07 ` Jens Axboe
  2 siblings, 0 replies; 4+ messages in thread
From: Paolo Valente @ 2020-07-06  7:17 UTC (permalink / raw)
  To: Yufen Yu; +Cc: Jens Axboe, linux-doc, linux-block



> Il giorno 3 lug 2020, alle ore 08:13, Yufen Yu <yuyufen@huawei.com> ha scritto:
> 
> The max value of blkio.bfq.weight is 1000, rather than 10000.
> And 'weights' have been remove from /sys/block/XXX/queue/iosched.
> 
Acked-by: Paolo Valente <paolo.valente@linaro.org>

Thanks!
Paolo

> Signed-off-by: Yufen Yu <yuyufen@huawei.com>
> ---
> Documentation/block/bfq-iosched.rst | 9 +--------
> 1 file changed, 1 insertion(+), 8 deletions(-)
> 
> diff --git a/Documentation/block/bfq-iosched.rst b/Documentation/block/bfq-iosched.rst
> index 0d237d402860..19d4d1570cee 100644
> --- a/Documentation/block/bfq-iosched.rst
> +++ b/Documentation/block/bfq-iosched.rst
> @@ -492,13 +492,6 @@ set max_budget to higher values than those to which BFQ would have set
> it with auto-tuning. An alternative way to achieve this goal is to
> just increase the value of timeout_sync, leaving max_budget equal to 0.
> 
> -weights
> --------
> -
> -Read-only parameter, used to show the weights of the currently active
> -BFQ queues.
> -
> -
> 4. Group scheduling with BFQ
> ============================
> 
> @@ -566,7 +559,7 @@ Parameters to set
> For each group, there is only the following parameter to set.
> 
> weight (namely blkio.bfq.weight or io.bfq-weight): the weight of the
> -group inside its parent. Available values: 1..10000 (default 100). The
> +group inside its parent. Available values: 1..1000 (default 100). The
> linear mapping between ioprio and weights, described at the beginning
> of the tunable section, is still valid, but all weights higher than
> IOPRIO_BE_NR*10 are mapped to ioprio 0.
> -- 
> 2.25.4
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: block: update and fix tiny error for bfq
  2020-07-03  6:13 [PATCH] docs: block: update and fix tiny error for bfq Yufen Yu
  2020-07-06  7:17 ` Paolo Valente
@ 2020-07-06 14:07 ` Jens Axboe
  2020-07-06 14:07 ` Jens Axboe
  2 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2020-07-06 14:07 UTC (permalink / raw)
  To: Yufen Yu, paolo.valente, linux-doc, linux-block

On 7/3/20 12:13 AM, Yufen Yu wrote:
> The max value of blkio.bfq.weight is 1000, rather than 10000.
> And 'weights' have been remove from /sys/block/XXX/queue/iosched.

Applied, thanks.-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: block: update and fix tiny error for bfq
  2020-07-03  6:13 [PATCH] docs: block: update and fix tiny error for bfq Yufen Yu
  2020-07-06  7:17 ` Paolo Valente
  2020-07-06 14:07 ` Jens Axboe
@ 2020-07-06 14:07 ` Jens Axboe
  2 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2020-07-06 14:07 UTC (permalink / raw)
  To: Yufen Yu, paolo.valente, linux-doc, linux-block

On 7/3/20 12:13 AM, Yufen Yu wrote:
> The max value of blkio.bfq.weight is 1000, rather than 10000.
> And 'weights' have been remove from /sys/block/XXX/queue/iosched.

Applied, thanks.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-06 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-03  6:13 [PATCH] docs: block: update and fix tiny error for bfq Yufen Yu
2020-07-06  7:17 ` Paolo Valente
2020-07-06 14:07 ` Jens Axboe
2020-07-06 14:07 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).