From owner-freebsd-current@FreeBSD.ORG Tue Aug 24 17:09:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F73616A4CE for ; Tue, 24 Aug 2004 17:09:54 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id D55BC43D64 for ; Tue, 24 Aug 2004 17:09:53 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Bzenx-0002ar-00; Tue, 24 Aug 2004 19:09:53 +0200 Received: from [84.128.136.2] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1Bzenw-0002WC-00; Tue, 24 Aug 2004 19:09:53 +0200 From: Max Laier To: freebsd-current@freebsd.org Date: Tue, 24 Aug 2004 19:07:56 +0200 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_BY3KBWlFAYplS6+"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408241908.17510.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:61c499deaeeba3ba5be80f48ecc83056 cc: bettan@nerim.net cc: splinter cell Subject: Re: altq on freebsd 5.2-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Aug 2004 17:09:54 -0000 --Boundary-02=_BY3KBWlFAYplS6+ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 24 August 2004 14:30, splinter cell wrote: > hello , i have compiled my kernel with this options : > > options ALTQ > options ALTQ_CBQ # Class Bases Queueing > options ALTQ_RED # Random Early Drop > options ALTQ_RIO # RED In/Out > options ALTQ_HFSC # Hierarchical Packet Scheduler > options ALTQ_CDNR # Traffic conditioner > options ALTQ_PRIQ # Prioirity Queueing > options ALTQ_NOPCC # Required for SMP build > > but when i run pf with this rules : > > int =3D "xl0" > > altq on $int cbq bandwidth 1024Kb queue { std } You are missing a line that gives more information about the queue, e.g.: queue std bandwidth 10% cbq(default) note, that having only one queue is not very useful for the most of=20 applications. > i have this message : altq not defined on xl0 > pfctl: Syntax error in config file: pf rules not loaded > > And i have patched the driver if_xl.c and if_vr.c with > [1]http://people.freebsd.org/~mlaier/ALTQ_driver/ but i have always This is no longer necessary for xl(4) and vr(4), if you use RELENG_5 or HEA= D. > this message and i don't have /dev/altq in my freebsd. There is no /dev/altq at the moment. > Anyone have an idea for that ? See above. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --Boundary-02=_BY3KBWlFAYplS6+ Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBK3YBXyyEoT62BG0RAs/+AJ9mMJMyIxZcSDczxNHoO2DXKUMjGQCfan96 YFlIc5sSbh12DlfHySTrK6A= =7j3b -----END PGP SIGNATURE----- --Boundary-02=_BY3KBWlFAYplS6+--