From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Richard Weinberger To: Linus Walleij Cc: linux-block@vger.kernel.org, Jens Axboe , linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org, Pavel Machek , Paolo Valente , Ulf Hansson , Artem Bityutskiy , Adrian Hunter Subject: Re: [PATCH] block: BFQ default for single queue devices Date: Tue, 02 Oct 2018 23:28:59 +0200 Message-ID: <12312155.XfG6iRcV51@blindfold> In-Reply-To: <20181002124329.21248-1-linus.walleij@linaro.org> References: <20181002124329.21248-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" List-ID: Linus, Am Dienstag, 2. Oktober 2018, 14:43:29 CEST schrieb Linus Walleij: > This sets BFQ as the default scheduler for single queue > block devices (nr_hw_queues == 1) if it is available. This > affects notably MMC/SD-cards but notably also UBI and > the loopback device. did you notice a difference for UBI? Strictly speaking it affects only ubibock, the read-only block device on top of an UBI volume. Thanks, //richard