From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Corbet Subject: Re: [PATCH 1/3] docs: block/bfq: describe per-device weight Date: Sun, 13 Jun 2021 17:14:42 -0600 Message-ID: <8735tlbbml.fsf@meer.lwn.net> References: <20210611030737.1984343-1-kolyshkin@gmail.com> <20210611030737.1984343-2-kolyshkin@gmail.com> Mime-Version: 1.0 Return-path: DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 6A2884E5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1623626083; bh=cIkUMkG6OHqOe49DDrQu02Ae9oV0J1wl7Kw82o34ayc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=sTxkggdLg5D7gFlllwpB6VkSzg3Wzkb5c/i+crUTDqwDcLehTNX6WQQZcHxQ/asc6 w8Oc1cnJdfrk1kDM7kS6OA6TnKUK3MlHtWrjohM+3wbKKQAc7+9M5TY0V6UYMhbl+2 YJYmsaWo8L2YkR0cLh2FkFJKrvwrmOkWtQYWgOemkZ6YPX24Pi1pIWCbX1bNgIz76E f18ekzw23lFLa9S5qG53D/i5LQGjTz7jK1N6rUWurRY45TjL5SU/u0V9tOHkbRs+YJ Fbx9Jn7e36MKE1qw8kqp/Z2SR/MZkGP6k5UgfqV29+C6F4/YUgQjUYVN54DJwFIi57 FykkC4i9mtN/Q== In-Reply-To: <20210611030737.1984343-2-kolyshkin@gmail.com> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Kir Kolyshkin , linux-doc@vger.kernel.org Cc: tj@kernel.org, axboe@kernel.dk, paolo.valente@linaro.org, cgroups@vger.kernel.org, Kir Kolyshkin Kir Kolyshkin writes: This work looks generally good, but... > The functionality of setting per-device weight for BFQ was added > in v5.4 (commit 795fe54c2a828099), but the documentation was never > updated. > > While at it, improve formatting a bit. > > Signed-off-by: Kir Kolyshkin > --- > Documentation/block/bfq-iosched.rst | 38 ++++++++++++++++++++--------- > 1 file changed, 27 insertions(+), 11 deletions(-) > > diff --git a/Documentation/block/bfq-iosched.rst b/Documentation/block/bfq-iosched.rst > index 66c5a4e54130..7200152c461e 100644 > --- a/Documentation/block/bfq-iosched.rst > +++ b/Documentation/block/bfq-iosched.rst > @@ -553,20 +553,36 @@ throughput sustainable with bfq, because updating the blkio.bfq.* > stats is rather costly, especially for some of the stats enabled by > CONFIG_BFQ_CGROUP_DEBUG. > > -Parameters to set > ------------------ > +Parameters > +---------- > > -For each group, there is only the following parameter to set. > +For each group, the following parameters cat be set: Could we please not introduce new typos while fixing other stuff? Thanks, jon