summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2017-01-18 02:41:13 +0000
committeryongari <yongari@FreeBSD.org>2017-01-18 02:41:13 +0000
commit18281da6caf5d356e0c49965052671a865cd8d30 (patch)
tree7a2f82ab5cc5322e60d0dca152f2fe5e9eac1fe1 /share
parent9029729f6dcd849cd2028024ba85208a6947e6fe (diff)
downloadFreeBSD-src-18281da6caf5d356e0c49965052671a865cd8d30.zip
FreeBSD-src-18281da6caf5d356e0c49965052671a865cd8d30.tar.gz
MFC r302548:
Belatedly remove CSUM_IP_FRAGS and CSUM_FRAGMENT offloading capabilities. It was removed in r243624 and r254804/r271006 respectively. This file and mbuf(9) needs updates for other offloading capabilities(i.e. CSUM_SCTP and CSUM_TSO).
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/ifnet.914
1 files changed, 1 insertions, 13 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index 8cb436f7..43ab012 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 26, 2013
+.Dd July 11, 2016
.Dt IFNET 9
.Os
.Sh NAME
@@ -795,18 +795,6 @@ The interface will compute IP checksums.
The interface will compute TCP checksums.
.It Dv CSUM_UDP
The interface will compute UDP checksums.
-.It Dv CSUM_IP_FRAGS
-The interface can compute a TCP or UDP checksum for a packet
-fragmented by the host CPU.
-Makes sense only along with
-.Dv CSUM_TCP
-or
-.Dv CSUM_UDP .
-.It Dv CSUM_FRAGMENT
-The interface will do the fragmentation of IP packets if necessary.
-The host CPU does not need to care about MTU on this interface
-as long as a packet to transmit through it is an IP one and it
-does not exceed the size of the hardware buffer.
.El
.Pp
An interface notifies the TCP/IP module about the tasks
OpenPOWER on IntegriCloud