From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 10 18:39:06 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E46516A4CE for ; Tue, 10 Aug 2004 18:39:06 +0000 (GMT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 122D643D45 for ; Tue, 10 Aug 2004 18:39:05 +0000 (GMT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.12.11/8.12.11) with ESMTP id i6UKqO5B031747; Fri, 30 Jul 2004 17:52:24 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Fri, 30 Jul 2004 17:52:24 -0300 (ART) From: Fernando Gleiser To: freebsd-hackers@freebsd.org In-Reply-To: <20040729201909.GA12370@shellma.zin.lublin.pl> Message-ID: <20040730174754.F30938@cactus.fi.uba.ar> References: <200407281145.27824.db@traceroute.dk> <200407281502.46395.max@love2party.net> <20040729201909.GA12370@shellma.zin.lublin.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Score: -104.901 () BAYES_00,USER_IN_WHITELIST X-Scanned-By: MIMEDefang 2.42 cc: Max Laier Subject: Re: Ready or not? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 18:39:06 -0000 On Thu, 29 Jul 2004, Pawel Malachowski wrote: > On Wed, Jul 28, 2004 at 03:02:38PM +0200, Max Laier wrote: > > Hello, > > > as PF+ALTQ gateway in production environment. For ALTQ there is the problem > > of "will your driver be supported?". > > Could You please explain a bit, why ALTQ model is placed so close > to network adapter driver (that they have to be modified) instead > of placing it in upper layers (and leaving NIC drivers untouched)? Short answer: ALTQ is short for "alternate queueing", it works by changing the default (FIFO) queueing discipline of the NIC. For the details and design criteria, look here: ftp://ftp.csl.sony.co.jp/pub/kjc/papers/dissertation.ps.gz http://www.csl.sony.co.jp/person/kjc/kjc/papers/usenix98/ Fer