summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.8
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2012-05-19 23:25:57 +0000
committerbz <bz@FreeBSD.org>2012-05-19 23:25:57 +0000
commit39bd73ddd4464be28e975776f13b834426a11618 (patch)
tree7b26ad2dcb6bd355941287141d94fd988fddfcc3 /sbin/ifconfig/ifconfig.8
parent1e1aafe3d81f37eb62fdfe14b4ee3ea1dacde074 (diff)
downloadFreeBSD-src-39bd73ddd4464be28e975776f13b834426a11618.zip
FreeBSD-src-39bd73ddd4464be28e975776f13b834426a11618.tar.gz
MFp4 bz_ipv6_fast:
Allow tso4 and tso6 be set individually given we have the bits. This will help with drivers not working as expected during the transition time and later. Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems Reviewed by: gnn MFC After: 1 week
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r--sbin/ifconfig/ifconfig.818
1 files changed, 17 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index a9ffcd9..19196a3 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -28,7 +28,7 @@
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
.\" $FreeBSD$
.\"
-.Dd May 1, 2012
+.Dd May 19, 2012
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -400,6 +400,22 @@ It will always disable TSO for
.Xr ip 4
and
.Xr ip6 4 .
+.It Cm tso6 , tso4
+If the driver supports
+.Xr tcp 4
+segmentation offloading for
+.Xr ip6 4
+or
+.Xr ip 4
+use one of these to selectively enabled it only for one protocol family.
+.It Fl tso6 , tso4
+If the driver supports
+.Xr tcp 4
+segmentation offloading for
+.Xr ip6 4
+or
+.Xr ip 4
+use one of these to selectively disable it only for one protocol family.
.It Cm lro
If the driver supports
.Xr tcp 4
OpenPOWER on IntegriCloud