From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752385AbcCKLR0 (ORCPT ); Fri, 11 Mar 2016 06:17:26 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:55604 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751575AbcCKLRP (ORCPT ); Fri, 11 Mar 2016 06:17:15 -0500 Date: Fri, 11 Mar 2016 03:17:14 -0800 From: Christoph Hellwig To: Linus Walleij Cc: Christoph Hellwig , Ulf Hansson , Tejun Heo , Paolo Valente , Jens Axboe , Fabio Checconi , Arianna Avanzini , linux-block@vger.kernel.org, "linux-kernel@vger.kernel.org" , Mark Brown Subject: Re: [PATCH RFC 09/22] block, cfq: replace CFQ with the BFQ-v0 I/O scheduler Message-ID: <20160311111714.GC3450@infradead.org> References: <1454364778-25179-1-git-send-email-paolo.valente@linaro.org> <1454364778-25179-10-git-send-email-paolo.valente@linaro.org> <20160211222210.GC3741@mtj.duckdns.org> <8FDE2B10-9BD2-4741-917F-5A37A74E5B58@linaro.org> <20160217170206.GU3741@mtj.duckdns.org> <72E81252-203C-4EB7-8459-B9B7060029C6@linaro.org> <20160301184656.GI3965@htj.duckdns.org> <20160304173947.GA16764@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 05, 2016 at 07:18:30PM +0700, Linus Walleij wrote: > Depends on what time horizon and target I'd say. Paolo was in contact with > the MMC/SD subsystem maintainer Ulf Hansson. (e)MMC/SD are both > synchronous command-response-based protocols, and as of today > single-channel. So everone's smartphone and tablet etc are today > single-channel. I don't know if there is even a protocol change coming > to augment this, the only duct-tapeish solution I've heard about is > command queueing which is basically a kind of pipelining of requests. We use blkj-mq for single queue devices as well, in fact most consumers are single queue. MMC is a prime candidate that hould move over soon.