aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2019-02-15 00:43:27 +0100
committerDavid S. Miller <davem@davemloft.net>2019-02-17 15:30:02 -0800
commit31a1b8d528fa4aedaa207b38d7fafc4e9b0a0d6c (patch)
treef560647a1484b961c7dd53d544ca3530ae177f21 /Documentation
parentmlxsw: __mlxsw_sp_port_headroom_set(): Fix a use of local variable (diff)
downloadlinux-dev-31a1b8d528fa4aedaa207b38d7fafc4e9b0a0d6c.tar.xz
linux-dev-31a1b8d528fa4aedaa207b38d7fafc4e9b0a0d6c.zip
doc: Mention MSG_ZEROCOPY implementation for UDP
MSG_ZEROCOPY implementation for UDP was merged in v5.0, 6e360f733113 ("Merge branch 'udp-msg_zerocopy'"). Signed-off-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/msg_zerocopy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/msg_zerocopy.rst b/Documentation/networking/msg_zerocopy.rst
index fe46d4867e2d..18c1415e7bfa 100644
--- a/Documentation/networking/msg_zerocopy.rst
+++ b/Documentation/networking/msg_zerocopy.rst
@@ -7,7 +7,7 @@ Intro
=====
The MSG_ZEROCOPY flag enables copy avoidance for socket send calls.
-The feature is currently implemented for TCP sockets.
+The feature is currently implemented for TCP and UDP sockets.
Opportunity and Caveats