From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f196.google.com ([209.85.214.196]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gC4O4-00049N-PP for linux-mtd@lists.infradead.org; Mon, 15 Oct 2018 15:02:30 +0000 Received: by mail-pl1-f196.google.com with SMTP id u6-v6so6702807plz.4 for ; Mon, 15 Oct 2018 08:02:18 -0700 (PDT) Message-ID: <1539615735.129692.3.camel@acm.org> Subject: Re: [PATCH v2] block: BFQ default for single queue devices From: Bart Van Assche To: Linus Walleij , linux-block@vger.kernel.org, Jens Axboe Cc: linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org, Pavel Machek , Paolo Valente , Ulf Hansson , Richard Weinberger , Adrian Hunter , Jan Kara , Artem Bityutskiy , Christoph Hellwig , Alan Cox , Mark Brown , Damien Le Moal , Johannes Thumshirn , Oleksandr Natalenko , Jonathan Corbet Date: Mon, 15 Oct 2018 08:02:15 -0700 In-Reply-To: <20181015141059.26579-1-linus.walleij@linaro.org> References: <20181015141059.26579-1-linus.walleij@linaro.org> Content-Type: text/plain; charset="UTF-7" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2018-10-15 at 16:10 +-0200, Linus Walleij wrote: +AD4 +- +ACo For blk-mq devices, we default to using: +AD4 +- +ACo - +ACI-none+ACI for multiqueue devices (nr+AF8-hw+AF8-queues +ACEAPQ 1) +AD4 +- +ACo - +ACI-bfq+ACI, if available, for single queue devices +AD4 +- +ACo - +ACI-mq-deadline+ACI if +ACI-bfq+ACI is not available for single queue devices +AD4 +- +ACo - +ACI-none+ACI for single queue devices as well as last resort For SATA SSDs nr+AF8-hw+AF8-queues +AD0APQ 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.