From owner-freebsd-pf@FreeBSD.ORG Sun Feb 26 02:18:30 2006 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CB9716A420 for ; Sun, 26 Feb 2006 02:18:30 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from dbmail-mx1.orcon.net.nz (loadbalancer1.orcon.net.nz [219.88.242.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id A950F43D48 for ; Sun, 26 Feb 2006 02:18:29 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received-SPF: none Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by dbmail-mx1.orcon.net.nz (8.13.2/8.13.2/Debian-1) with SMTP id k1Q2Ipv8024980; Sun, 26 Feb 2006 15:18:51 +1300 Received: by heff.fud.org.nz (Postfix, from userid 1001) id 5DEED1CC38; Sun, 26 Feb 2006 15:18:26 +1300 (NZDT) Date: Sun, 26 Feb 2006 15:18:26 +1300 From: Andrew Thompson To: Bill Marquette Message-ID: <20060226021826.GB2773@heff.fud.org.nz> References: <55e8a96c0602251445g68376abay3b58bec7f3160113@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55e8a96c0602251445g68376abay3b58bec7f3160113@mail.gmail.com> User-Agent: Mutt/1.5.11 X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on dbmail-mx1.orcon.net.nz X-Virus-Status: Clean Cc: "freebsd-pf@freebsd.org" Subject: Re: HFSC issues in RELENG_6 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2006 02:18:30 -0000 On Sat, Feb 25, 2006 at 04:45:41PM -0600, Bill Marquette wrote: > I've been having massive issues with HFSC for a while. I finally > spent some time working on it this weekend. I'm testing by using my > VOIP phone with a 90Kb codec. > > This gives me broken calls (lag, dropped packets, etc) > altq on sis1 hfsc(upperlimit 768Kb) queue { qWANdef } > altq on sis0 hfsc(upperlimit 6000Kb) queue { qLANdef } ^^^^ > queue qWANdef priority 6 hfsc(default realtime 128Kb upperlimit 512Kb ) > queue qLANdef priority 6 hfsc(default realtime 128Kb upperlimit 512Kb ) > You may want to test with another network card to verify that sis(4) is actually working correctly with ALTQ. I am having ALTQ problems which went away when using a xl(4) card. I am waiting for a sis card to arrive in the mail so I can diagnose it further. Andrew