From owner-freebsd-current@FreeBSD.ORG Tue Apr 13 20:04:19 2010 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 872A4106564A; Tue, 13 Apr 2010 20:04:19 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 4475E8FC1C; Tue, 13 Apr 2010 20:04:18 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 6266973098; Tue, 13 Apr 2010 22:14:44 +0200 (CEST) Date: Tue, 13 Apr 2010 22:14:44 +0200 From: Luigi Rizzo To: bf1783@gmail.com Message-ID: <20100413201444.GB47657@onelab2.iet.unipi.it> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: fabio@FreeBSD.org, luigi@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-geom@FreeBSD.org Subject: Re: svn commit: r206497 - in head: sbin/geom/class sbin/geom/class/sched sys/geom/sched sys/modules/geom sys/modules/geom/geom_sched sys/modules/geom/geom_sched/gs_sched sys/modules/geom/geom_sched/gsc... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2010 20:04:19 -0000 On Tue, Apr 13, 2010 at 07:09:50PM +0000, b. f. wrote: > >Author: luigi > >Date: Mon Apr 12 16:37:45 2010 > >New Revision: 206497 > >URL: http://svn.freebsd.org/changeset/base/206497 > > > >Log: > > Bring in geom_sched, support for scheduling disk I/O requests > > in a device independent manner. Also include an example anticipatory > > scheduler, gsched_rr, which gives very nice performance improvements > > in presence of competing random access patterns. > > Thank you for bringing this in. Do you or your collaborators also > plan to add the BFQ scheduler that was in the earlier separate sooner or later, yes. > tarballs? The numbers at > > http://algo.ing.unimo.it/people/paolo/disk_sched/ > > suggest that it worked well in a different context. > > Also, there is a typographical error in the gsched(8) manpage: in the > EXAMPLES section, "-s" should be "-a" in: > > # Configure device ad0 to use scheduler 'rr': > geom sched insert -s rr ad0 thanks, will fix that cheers luigi