docs: segmentation-offloads.txt: update for UFO depreciation
authorDaniel Axtens <dja@axtens.net>
Wed, 14 Feb 2018 07:05:31 +0000 (18:05 +1100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 Feb 2018 19:52:38 +0000 (14:52 -0500)
UFO is deprecated except for tuntap and packet per 0c19f846d582,
("net: accept UFO datagrams from tuntap and packet"). Update UFO
docs to reflect this.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/segmentation-offloads.txt

index 2f09455..2cda12a 100644 (file)
@@ -49,6 +49,10 @@ datagram into multiple IPv4 fragments.  Many of the requirements for UDP
 fragmentation offload are the same as TSO.  However the IPv4 ID for
 fragments should not increment as a single IPv4 datagram is fragmented.
 
+UFO is deprecated: modern kernels will no longer generate UFO skbs, but can
+still receive them from tuntap and similar devices. Offload of UDP-based
+tunnel protocols is still supported.
+
 IPIP, SIT, GRE, UDP Tunnel, and Remote Checksum Offloads
 ========================================================