From: Petr Vorel <pvorel@suse.cz>
Date: Thu, 14 Feb 2019 23:43:27 +0000 (+0100)
Subject: doc: Mention MSG_ZEROCOPY implementation for UDP
X-Git-Tag: v5.0-rc8~23^2~17
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=31a1b8d528fa4aedaa207b38d7fafc4e9b0a0d6c;p=users%2Fjedix%2Flinux-maple.git

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>
---

diff --git a/Documentation/networking/msg_zerocopy.rst b/Documentation/networking/msg_zerocopy.rst
index fe46d4867e2db..18c1415e7bfad 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