Skip to content

Commit c7263f8

Browse files
committed
vtnet.4: use transmit checksum offloading
Use transmit checksum offloading instead transmission checksum offloading to be consistent with other man pages. Reported by: Peter Lei MFC after: 3 days Sponsored by: Netflix, Inc.
1 parent b6ea251 commit c7263f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

share/man/man4/vtnet.4

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ prompt before booting the kernel or stored in
6868
.Bl -tag -width "xxxxxx"
6969
.It Va hw.vtnet.csum_disable
7070
.It Va hw.vtnet. Ns Ar X Ns Va .csum_disable
71-
This tunable disables receive and transmission checksum offloading for TCP and
71+
This tunable disables receive and transmit checksum offloading for TCP and
7272
UDP.
7373
This also implies that TCP segmentation offloading and large receive offload
7474
are disabled.
@@ -136,7 +136,7 @@ The number of times the transmit interrupt handler was rescheduled.
136136
.It Va dev.vtnet. Ns Ar X Ns Va .txq Ns Ar Y Ns Va .tso
137137
The number of times TCP segment offloading was performed.
138138
.It Va dev.vtnet. Ns Ar X Ns Va .txq Ns Ar Y Ns Va .csum
139-
The number of times transmission checksum offloading for UDP or TCP was
139+
The number of times transmit checksum offloading for UDP or TCP was
140140
performed.
141141
.It Va dev.vtnet. Ns Ar X Ns Va .txq Ns Ar Y Ns Va .omcasts
142142
The number of multicast packets that were transmitted.
@@ -187,15 +187,15 @@ transmit operation.
187187
.It Va dev.vtnet. Ns Ar X Ns Va .tx_defragged
188188
The number of times an mbuf chain was defragmented during a transmit operation.
189189
.It Va dev.vtnet. Ns Ar X Ns Va .tx_tso_without_csum
190-
The number of times TCP segment offloading was attempted without transmission
190+
The number of times TCP segment offloading was attempted without transmit
191191
checksum offloading.
192192
.It Va dev.vtnet. Ns Ar X Ns Va .tx_tso_not_tcp
193193
The number of times TCP segment offloading was attempted for a non-TCP packet.
194194
.It Va dev.vtnet. Ns Ar X Ns Va .tx_csum_proto_mismatch
195-
The number of times the IP protocol version of the transmission checksum
195+
The number of times the IP protocol version of the transmit checksum
196196
offloading request did not match the IP protocol version of the packet.
197197
.It Va dev.vtnet. Ns Ar X Ns Va .tx_csum_unknown_ethtype
198-
The number of times a transmission offload operation was requested for an
198+
The number of times a transmit offload operation was requested for an
199199
ethernet frame for which the EtherType was neither IPv4 nor IPv6
200200
(considering simple VLAN tagging).
201201
.El

0 commit comments

Comments
 (0)