Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 26 Sep 2002 02:28:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 26 Sep 2002 02:28:39 -0400 Received: from pizda.ninka.net ([216.101.162.242]:60035 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id ; Thu, 26 Sep 2002 02:28:38 -0400 Date: Wed, 25 Sep 2002 23:27:41 -0700 (PDT) Message-Id: <20020925.232741.02300012.davem@redhat.com> To: akpm@digeo.com Cc: axboe@suse.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH] deadline io scheduler From: "David S. Miller" In-Reply-To: <3D92A61E.40BFF2D0@digeo.com> References: <20020925172024.GH15479@suse.de> <3D92A61E.40BFF2D0@digeo.com> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 783 Lines: 21 From: Andrew Morton Date: Wed, 25 Sep 2002 23:15:58 -0700 I'd like to gain a solid understanding of what these three knobs do. Could you explain that a little more? My basic understanding of fifo_batch is: 1) fifo_batch is how many contiguous requests can be in a "set" 2) we send out one write "set" for every two read "sets" 3) a seek works out to "seek_cost" contiguous requests, cost wise, this gets subtracted from how many requests the current "set" has left that are allowed to be used - 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/