[Bug 94182] [altq] [request] altq support for vlan driver
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Oct 9 21:34:38 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=94182
John-Mark Gurney <jmg at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jmg at FreeBSD.org
--- Comment #8 from John-Mark Gurney <jmg at FreeBSD.org> ---
With a bit of info from jhb, it was pointed out that the queues can be applied
to the underlying interface.
example:
physical interface: igb0
vlan 10
pf.conf:
altq on igb0 cbq queue { def aq }
queue def bandwidth 90% cbq (default borrow)
queue aq bandwidth 10Mb cbq
pass in on igb0.10 proto udp all queue aq keep state
The reason this works is that the tags that are applied via the rules to mark
which queue to use are attached to the mbuf, and when they finally go out the
igb0 interface, they'll be processed there.
I'll try to look at updating some docs to let this be more visible.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list