Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2017 02:40:18 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r312364 - stable/11/share/man/man9
Message-ID:  <201701180240.v0I2eIGL080506@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yongari
Date: Wed Jan 18 02:40:18 2017
New Revision: 312364
URL: https://svnweb.freebsd.org/changeset/base/312364

Log:
  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).

Modified:
  stable/11/share/man/man9/ifnet.9
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man9/ifnet.9
==============================================================================
--- stable/11/share/man/man9/ifnet.9	Wed Jan 18 02:22:07 2017	(r312363)
+++ stable/11/share/man/man9/ifnet.9	Wed Jan 18 02:40:18 2017	(r312364)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 29, 2014
+.Dd July 11, 2016
 .Dt IFNET 9
 .Os
 .Sh NAME
@@ -787,18 +787,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701180240.v0I2eIGL080506>