Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757101AbcJ3RtN (ORCPT ); Sun, 30 Oct 2016 13:49:13 -0400 Received: from omr-m008e.mx.aol.com ([204.29.186.7]:36105 "EHLO omr-m008e.mx.aol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753268AbcJ3RtL (ORCPT ); Sun, 30 Oct 2016 13:49:11 -0400 From: Manuel Krause Subject: Re: [PATCH 00/14] introduce the BFQ-v0 I/O scheduler as an extra scheduler To: linux-kernel@vger.kernel.org Message-ID: <16e5a714-69c3-e04b-4d10-9f47e01f704e@netscape.net> Date: Sun, 30 Oct 2016 18:48:56 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit x-aol-global-disposition: G x-aol-sid: 3039ac1b134d581632956aa1 X-AOL-IP: 84.129.35.217 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1241 Lines: 33 Dear blk-mq maintainers, Since years now I use the BFQ disk IO scheduler by default, always fetching the newest release. Now a reality story of mine: For a clean BUG hunt, I was forced to leave out BFQ for a week recently. Result was an unusable experience with CFQ. Long time pauses of desktop applications' startup, even KDE menus NOT opening, when CFQ did "fair" queuing, of course at its best. ;-) Next, in my usage pattern, often making use of /dev/shm, what is backed by swap on 2nd disk, is highly eased by BFQ, as there is no blocking for the rest of the system. CFQ likes to stay uninteractive until done: No mouse pointer etc. When CFQ people do like that... they haven't understood linux' present/ future goals, and maybe have no usage experience to have the right to discuss this at all. And until blq-mq+ is matured, mmmh, o.k., feature-ready-and-proof, mmmh, o.k. ready with brainstorming... in ? years... there's a still actual (!) wish of Linux users (!) for years now (!), to include BFQ as an addon I/O scheduler into mainline kernel. Sidenote against false-talkers: Paolo Valente and his team have always shown to offer updated patches for newly appeared kernel releases. Best regards, Manuel Krause