projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2894604
)
doc: Mention MSG_ZEROCOPY implementation for UDP
author
Petr Vorel
<pvorel@suse.cz>
Thu, 14 Feb 2019 23:43:27 +0000
(
00:43
+0100)
committer
David S. Miller
<davem@davemloft.net>
Sun, 17 Feb 2019 23:30:02 +0000
(15:30 -0800)
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>
Documentation/networking/msg_zerocopy.rst
patch
|
blob
|
history
diff --git
a/Documentation/networking/msg_zerocopy.rst
b/Documentation/networking/msg_zerocopy.rst
index fe46d4867e2dbfa4cde05cc0b900c157d99b67d9..18c1415e7bfad8f6e6e9b03febaf47f83a0f9915 100644
(file)
--- 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