Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs-networking: fix typo in define

The #define for NETIF_F_GSO_UDP_L4 was incorrect in the
documentation, fix it by making it match the actual code.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

authored by

Jesse Brandeburg and committed by
Jeff Kirsher
09e58b2d 4df3c543

+1 -1
+1 -1
Documentation/networking/netdev-features.txt
··· 115 115 116 116 * Transmit UDP segmentation offload 117 117 118 - NETIF_F_GSO_UDP_GSO_L4 accepts a single UDP header with a payload that exceeds 118 + NETIF_F_GSO_UDP_L4 accepts a single UDP header with a payload that exceeds 119 119 gso_size. On segmentation, it segments the payload on gso_size boundaries and 120 120 replicates the network and UDP headers (fixing up the last one if less than 121 121 gso_size).