git: 1a7c8b973933 - main - vtnet(4): Added hw.vtnet.altq_disable tunable to manpage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Apr 2025 16:30:57 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=1a7c8b9739331e031fce531ca82d04cae6733001
commit 1a7c8b9739331e031fce531ca82d04cae6733001
Author: Bjoern Jakobsen <Bjoern.Jakobsen@lrz.de>
AuthorDate: 2025-04-28 06:37:19 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-04-28 16:30:36 +0000
vtnet(4): Added hw.vtnet.altq_disable tunable to manpage
Signed-off-by: Bjoern Jakobsen <Bjoern.Jakobsen@lrz.de>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1679
---
share/man/man4/vtnet.4 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/share/man/man4/vtnet.4 b/share/man/man4/vtnet.4
index e45a47ff6c87..270366488a98 100644
--- a/share/man/man4/vtnet.4
+++ b/share/man/man4/vtnet.4
@@ -91,6 +91,10 @@ The number of queue pairs used is the lesser of the maximum supported by the
driver and the hypervisor, the number of CPUs present in the guest, and this
tunable if not zero.
The default value is 0.
+.It Va hw.vtnet.altq_disable
+This tunable disables ALTQ support, allowing the use of multiqueue instead.
+This option applies to all interfaces.
+The default value is 0.
.El
.Sh SEE ALSO
.Xr arp 4 ,