From owner-freebsd-pf@FreeBSD.ORG Tue Jan 30 22:58:16 2007 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AA7D16A405 for ; Tue, 30 Jan 2007 22:58:16 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.freebsd.org (Postfix) with ESMTP id ED67713C442 for ; Tue, 30 Jan 2007 22:58:15 +0000 (UTC) (envelope-from max@love2party.net) Received: from [88.64.190.88] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1HC1vQ2RvW-0005uW; Tue, 30 Jan 2007 23:58:08 +0100 From: Max Laier Organization: FreeBSD To: "Greg Hennessy" Date: Tue, 30 Jan 2007 23:57:56 +0100 User-Agent: KMail/1.9.5 References: <000301c742ee$ff867500$0201a8c0@d620> <200701300020.52770.max@love2party.net> <000601c744bb$5ee186c0$1ca49440$@Hennessy@nviz.net> In-Reply-To: <000601c744bb$5ee186c0$1ca49440$@Hennessy@nviz.net> X-Face: ,,8R(x[kmU]tKN@>gtH1yQE4aslGdu+2]; R]*pL,U>^H?)gW@49@wdJ`H<=?utf-8?q?=25=7D*=5FBD=0A=09U=5For=3D=5CmOZf764=26nYj=3DJYbR1PW0ud?=>|!~,,CPC.1-D$FG@0h3#'5"k{V]a~.<=?utf-8?q?mZ=7D44=23Se=7Em=0A=09Fe=7E=5C=5DX5B=5D=5Fxj?=(ykz9QKMw_l0C2AQ]}Ym8)fU MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2136362.tZHf1mZiCy"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200701302358.03532.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 X-Provags-ID2: V01U2FsdGVkX18oQYH5W4Ep/s0Xla9OjyDlFX78OdSjXJdBv2tT9UsS/VXEKBco7J2eyFGh3AboddEFO6f8VbLO+XrWVByAiYbkIFW7goZE6V0YXqRc8HQwAg== Cc: "Volker, " , freebsd-pf@freebsd.org Subject: Re: ALTQ support for usb NICs? 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: Tue, 30 Jan 2007 22:58:16 -0000 --nextPart2136362.tZHf1mZiCy Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 30 January 2007 23:09, you wrote: > > aue and kue patches added to > > http://people.freebsd.org/~mlaier/ALTQ_driver/ > > > > Please test and report back. > > So far so good. > > Greg > > > gw2:~ # uname -a > FreeBSD gw2.local.net 7.0-CURRENT FreeBSD 7.0-CURRENT #167: Tue Jan 30 > 15:57:33 GMT 2007 root@gw2.local.net:/usr/obj/usr/src/sys/GH i386 > gw2:~ # cat /etc/rc.early > /sbin/ifconfig aue0 name outside > /sbin/ifconfig em0 name inside > /sbin/ifconfig inside polling Wow ... so naming really works? That's news :-) > gw2:~ # pfctl -vsq > queue root_outside bandwidth 700Kb priority 0 {q_pri, q_def, q_p2p} > [ pkts: 0 bytes: 0 dropped pkts: 0 bytes: =20 > 0 ] > [ qlength: 0/ 50 ] > queue q_pri bandwidth 105Kb qlimit 250 hfsc( realtime 140Kb upperlimit > 350Kb ) > [ pkts: 118289 bytes: 6735193 dropped pkts: 0 bytes: =20 > 0 ] > [ qlength: 0/250 ] > queue q_def bandwidth 455Kb qlimit 250 hfsc( rio linkshare 350Kb > upperlimit 630Kb ) > [ pkts: 20710 bytes: 5146240 dropped pkts: 0 bytes: =20 > 0 ] > [ qlength: 0/250 ] > queue q_p2p bandwidth 140Kb qlimit 250 hfsc( rio default upperlimit > 630Kb ) [ pkts: 3141 bytes: 140498 dropped pkts: 0 > bytes: 0 ] > [ qlength: 0/250 ] > gw2:~ # Can you by any chance run the simple benchmark described at=20 http://people.freebsd.org/~mlaier/ALTQ_driver/ ? It's good if hfsc=20 works, but the main goal is to make sure that we do not break anything=20 for non-ALTQ users. =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 --nextPart2136362.tZHf1mZiCy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQBFv817XyyEoT62BG0RApwNAJ0UtGaKacZtlrGyXBv4+vSdv3ZVzwCfdW1k spqSgZpd/bgLXLvu4w6f2Fk= =1gzB -----END PGP SIGNATURE----- --nextPart2136362.tZHf1mZiCy--