diff options
author | David Howells <[email protected]> | 2023-05-22 13:11:22 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-05-23 20:48:27 -0700 |
commit | 7ac7c987850c3ec617c778f7bd871804dc1c648d (patch) | |
tree | 8bd31ab46f17e8ff7f0519f1f2cd89475b797ec2 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 6d8192bd69bb431ef6b2558be3b5746b706cd252 (diff) |
udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
Convert udp_sendpage() to use sendmsg() with MSG_SPLICE_PAGES rather than
directly splicing in the pages itself.
This allows ->sendpage() to be replaced by something that can handle
multiple multipage folios in a single transaction.
Signed-off-by: David Howells <[email protected]>
cc: Willem de Bruijn <[email protected]>
cc: David Ahern <[email protected]>
cc: Jens Axboe <[email protected]>
cc: Matthew Wilcox <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions