Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2011 02:00:06 +0100
From:      Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org
Subject:   Re: kern/155736: [pf] [altq] borrow from parent queue does not work with cbq
Message-ID:  <AANLkTi=sO%2BUmyyBHVepyHww00DKktrvGua4DEF6qkm=w@mail.gmail.com>
In-Reply-To: <201103202340.p2KNe1dc035086@freefall.freebsd.org>
References:  <201103202333.p2KNXRqd033269@red.freebsd.org> <201103202340.p2KNe1dc035086@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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?AANLkTi=sO%2BUmyyBHVepyHww00DKktrvGua4DEF6qkm=w>