Date: Mon, 21 Mar 2011 01:10:07 GMT From: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/155736: [pf] [altq] borrow from parent queue does not work with cbq Message-ID: <201103210110.p2L1A73w015948@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/155736; it has been noted by GNATS.
From: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org
Cc:
Subject: Re: kern/155736: [pf] [altq] borrow from parent queue does not work
with cbq
Date: Mon, 21 Mar 2011 02:00:06 +0100
HFSC can be used as a workaround since it can express everything that
is possible with CBQ:
altq on $lan_if hfsc bandwidth 100Mb queue { qLocal, qExt }
queue qLocal bandwidth 90Mb hfsc(default)
queue qExt bandwidth 10Mb hfsc(upperlimit 10Mb) { qExtFast, qExtSlow }
queue qExtFast priority 7 bandwidth 80%
queue qExtSlow priority 1 bandwidth 20% hfsc(red)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103210110.p2L1A73w015948>
