From owner-freebsd-current@FreeBSD.ORG Sun Jul 29 23:24:25 2007 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 B64A616A417 for ; Sun, 29 Jul 2007 23:24:25 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.freebsd.org (Postfix) with ESMTP id 7ED9413C4A6 for ; Sun, 29 Jul 2007 23:24:25 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.50.50.6] helo=dilbert.ticketswitch.com) by mail.ticketswitch.com with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IFHnF-000PIv-Ez; Mon, 30 Jul 2007 00:03:21 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IFHnF-000E3m-E9; Mon, 30 Jul 2007 00:03:21 +0100 To: freebsd-current@freebsd.org, freebsd-stable@freebsd.org, kip.macy@gmail.com In-Reply-To: Message-Id: From: Pete French Date: Mon, 30 Jul 2007 00:03:21 +0100 X-Mailman-Approved-At: Sun, 29 Jul 2007 23:36:26 +0000 Cc: Subject: Re: Fwd: call for ALTQ users 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: Sun, 29 Jul 2007 23:24:25 -0000 > I'm looking at extending ifnet to support multiple tx queues. It > appears that this will inevitably interact with ALTQ. I don't know > anyone using ALTQ so I need users to raise their hands to eventually > test prospective changes. I use altq at home - mixture of fxp and bge interfaces and I use it to ttry and prioritise tarffic tomy cable modem from my internal network (basically so the lodgers P2P traffic doesnt swamp my interactive use). Don't know if that's of any use to use as a test case. The machine is amd64 running on a pair of Opteron 242's. -pcf.