Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Oct 2019 21:34:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 94182] [altq] [request] altq support for vlan driver
Message-ID:  <bug-94182-227-4ScQW19KdO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-94182-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-94182-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D94182

John-Mark Gurney <jmg@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmg@FreeBSD.org

--- Comment #8 from John-Mark Gurney <jmg@FreeBSD.org> ---
With a bit of info from jhb, it was pointed out that the queues can be appl=
ied
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 ma=
rk
which queue to use are attached to the mbuf, and when they finally go out t=
he
igb0 interface, they'll be processed there.

I'll try to look at updating some docs to let this be more visible.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-94182-227-4ScQW19KdO>