From owner-freebsd-net@freebsd.org Sun Sep 27 23:51:49 2015 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B546CA0BD0F for ; Sun, 27 Sep 2015 23:51:49 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AF3BE9 for ; Sun, 27 Sep 2015 23:51:49 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id t8RNpfnF044558; Sun, 27 Sep 2015 16:51:45 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201509272351.t8RNpfnF044558@gw.catspoiler.org> Date: Sun, 27 Sep 2015 16:51:41 -0700 (PDT) From: Don Lewis Subject: Re: AQMs for FreeBSD To: garmitage@swin.edu.au cc: freebsd-net@freebsd.org In-Reply-To: <56087097.3040007@swin.edu.au> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2015 23:51:49 -0000 On 28 Sep, grenville armitage wrote: > All, > > With the support of a small grant from Comcast's TechFund, I and one > of my students will soon start working with over the next 6+ months to > implement codel, PIE, fq_codel and fq_PIE in FreeBSD's dummynet. We're > doing this in large part test the clarity of the IETF's documentation, > feed back into the IETF process, and help bring FreeBSD up to par with > Linux in this particular area. Very cool! This is something that I've been wanting for a while. Something else that Linux has that we don't is the ability to account for the overhead of ATM encapsulation. > I know there's been some previous FreeBSD work (e.g. with codel), so > we're happy to hear about (and build on) previous BSD-licensed work in > this space. ALTQ in -HEAD has codel, but it is basically undocumented. I've been thinking about using it, but I also want to be able to limit the bandwidth of inbound TCP traffic, but ALTQ only handles outbound traffic.