Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755607AbZLISQy (ORCPT ); Wed, 9 Dec 2009 13:16:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750994AbZLISQu (ORCPT ); Wed, 9 Dec 2009 13:16:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64677 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750913AbZLISQt convert rfc822-to-8bit (ORCPT ); Wed, 9 Dec 2009 13:16:49 -0500 From: Jeff Moyer To: Corrado Zoccolo Cc: Linux-Kernel , Jens Axboe , Vivek Goyal Subject: Re: [PATCH] cfq-iosched: reduce write depth only if sync was delayed References: <4b1a3d84.0d0db80a.39d0.ffff814a@mx.google.com> <4e5e476b0912081246w32a9ae1bw7d49b0285719b22e@mail.gmail.com> X-PGP-KeyID: 1F78E1B4 X-PGP-CertKey: F6FE 280D 8293 F72C 65FD 5A58 1FF8 A7CA 1F78 E1B4 X-PCLoadLetter: What the f**k does that mean? Date: Wed, 09 Dec 2009 13:16:50 -0500 In-Reply-To: <4e5e476b0912081246w32a9ae1bw7d49b0285719b22e@mail.gmail.com> (Corrado Zoccolo's message of "Tue, 8 Dec 2009 21:46:39 +0100") Message-ID: User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1260 Lines: 33 Corrado Zoccolo writes: > Hi Jeff, > On Tue, Dec 8, 2009 at 7:00 PM, Jeff Moyer wrote: >> Corrado Zoccolo writes: >> >>> The introduction of ramp-up formula for async queue depths has >>> slowed down dirty page reclaim, by reducing async write performance. >>> This patch makes sure the formula kicks in only when sync request >>> was recently delayed. >>> @@ -3706,7 +3707,7 @@ static void *cfq_init_queue(struct request_queue *q) >>>       cfqd->cfq_latency = 1; >>>       cfqd->cfq_group_isolation = 0; >>>       cfqd->hw_tag = -1; >>> -     cfqd->last_end_sync_rq = jiffies; >>> +     cfqd->last_delayed_sync = jiffies - HZ; >> >> So, umm, what's that about? > > Previously, when cfq started, it started in a state where writes were > completely throttled. Now, we optimistically prefer to start with a > reasonable max depth (10) OK. Can we put a comment in there and change the initialization to cfq_slice_sync * 10? Thanks, Jeff -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/