@@ -68,7 +68,7 @@ prompt before booting the kernel or stored in
68
68
.Bl -tag -width " xxxxxx"
69
69
.It Va hw.vtnet.csum_disable
70
70
.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
72
72
UDP.
73
73
This also implies that TCP segmentation offloading and large receive offload
74
74
are disabled.
@@ -136,7 +136,7 @@ The number of times the transmit interrupt handler was rescheduled.
136
136
.It Va dev.vtnet. Ns Ar X Ns Va .txq Ns Ar Y Ns Va .tso
137
137
The number of times TCP segment offloading was performed.
138
138
.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
140
140
performed.
141
141
.It Va dev.vtnet. Ns Ar X Ns Va .txq Ns Ar Y Ns Va .omcasts
142
142
The number of multicast packets that were transmitted.
@@ -187,15 +187,15 @@ transmit operation.
187
187
.It Va dev.vtnet. Ns Ar X Ns Va .tx_defragged
188
188
The number of times an mbuf chain was defragmented during a transmit operation.
189
189
.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
191
191
checksum offloading.
192
192
.It Va dev.vtnet. Ns Ar X Ns Va .tx_tso_not_tcp
193
193
The number of times TCP segment offloading was attempted for a non-TCP packet.
194
194
.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
196
196
offloading request did not match the IP protocol version of the packet.
197
197
.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
199
199
ethernet frame for which the EtherType was neither IPv4 nor IPv6
200
200
(considering simple VLAN tagging).
201
201
.El
0 commit comments