git: 4f5a44aa19bf - main - vtnet.4: Canonicalize SYNOPSIS + tag SPDX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Aug 2026 03:11:01 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=4f5a44aa19bf4f63b7bd894ce309f63dbdb3665c
commit 4f5a44aa19bf4f63b7bd894ce309f63dbdb3665c
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 03:10:06 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-29 03:10:06 +0000
vtnet.4: Canonicalize SYNOPSIS + tag SPDX
MFC after: 3 days
---
share/man/man4/vtnet.4 | 36 +++++++++++++++++++++++++-----------
1 file changed, 25 insertions(+), 11 deletions(-)
diff --git a/share/man/man4/vtnet.4 b/share/man/man4/vtnet.4
index fad0257a2b10..84a096c67483 100644
--- a/share/man/man4/vtnet.4
+++ b/share/man/man4/vtnet.4
@@ -1,3 +1,6 @@
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
.\" Copyright (c) 2011 Bryan Venteicher
.\" All rights reserved.
.\"
@@ -29,19 +32,30 @@
.Nm vtnet
.Nd VirtIO Ethernet driver
.Sh SYNOPSIS
-To compile this driver into the kernel,
-place the following lines in your
-kernel configuration file:
-.Bd -ragged -offset indent
-.Cd "device vtnet"
-.Ed
+.Cd device vtnet
.Pp
-Alternatively, to load the driver as a
-module at boot time, place the following line in
+In
.Xr loader.conf 5 :
-.Bd -literal -offset indent
-if_vtnet_load="YES"
-.Ed
+.Cd hw.vtnet.csum_disable
+.Cd hw.vtnet. Ns Ar X Ns Va .csum_disable
+.Cd hw.vtnet.tso_disable
+.Cd hw.vtnet. Ns Ar X Ns Va .tso_disable
+.Cd hw.vtnet.lro_disable
+.Cd hw.vtnet. Ns Ar X Ns Va .lro_disable
+.Cd hw.vtnet.mq_disable
+.Cd hw.vtnet. Ns Ar X Ns Va .mq_disable
+.Cd hw.vtnet.mq_max_pairs
+.Cd hw.vtnet. Ns Ar X Ns Va .mq_max_pairs
+.Cd hw.vtnet.tso_maxlen
+.Cd hw.vtnet. Ns Ar X Ns Va .tso_maxlen
+.Cd hw.vtnet.rx_process_limit
+.Cd hw.vtnet. Ns Ar X Ns Va .rx_process_limit
+.Cd hw.vtnet.lro_entry_count
+.Cd hw.vtnet. Ns Ar X Ns Va .lro_entry_count
+.Cd hw.vtnet.lro_mbufq_depth
+.Cd hw.vtnet. Ns Ar X Ns Va .lro_mbufq_depth
+.Cd hw.vtnet.altq_disable
+.Cd if_vtnet_load="YES"
.Sh DESCRIPTION
The
.Nm