git: e07691d41836 - stable/15 - vtnet.4: Canonicalize SYNOPSIS + tag SPDX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Sep 2026 12:04:40 UTC
The branch stable/15 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=e07691d41836b5df7499d172f6631b26a4d1915e
commit e07691d41836b5df7499d172f6631b26a4d1915e
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 03:10:06 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-16 12:03:32 +0000
vtnet.4: Canonicalize SYNOPSIS + tag SPDX
MFC after: 3 days
(cherry picked from commit 4f5a44aa19bf4f63b7bd894ce309f63dbdb3665c)
---
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 926f504d8070..112d5b3d366d 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