From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Van Assche Subject: Re: [PATCH v2] block: BFQ default for single queue devices Date: Mon, 15 Oct 2018 08:02:15 -0700 Message-ID: <1539615735.129692.3.camel@acm.org> References: <20181015141059.26579-1-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20181015141059.26579-1-linus.walleij@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-mtd" Errors-To: linux-mtd-bounces+gldm-linux-mtd-36=gmane.org@lists.infradead.org To: Linus Walleij , linux-block@vger.kernel.org, Jens Axboe Cc: Alan Cox , Ulf Hansson , Paolo Valente , Jan Kara , Artem Bityutskiy , Richard Weinberger , Jonathan Corbet , linux-mmc@vger.kernel.org, Adrian Hunter , Oleksandr Natalenko , Christoph Hellwig , Mark Brown , linux-mtd@lists.infradead.org, Pavel Machek , Johannes Thumshirn , Damien Le Moal List-Id: linux-mmc@vger.kernel.org On Mon, 2018-10-15 at 16:10 +0200, Linus Walleij wrote: > + * For blk-mq devices, we default to using: > + * - "none" for multiqueue devices (nr_hw_queues != 1) > + * - "bfq", if available, for single queue devices > + * - "mq-deadline" if "bfq" is not available for single queue devices > + * - "none" for single queue devices as well as last resort For SATA SSDs nr_hw_queues == 1 so this patch will also affect these SSDs. Since this patch is an attempt to improve performance, I'd like to see measurement data for one or more recent SATA SSDs before a decision is taken about what to do with this patch. Thanks, Bart. ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/