diff options
| author | David Howells <[email protected]> | 2023-06-23 22:55:05 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2023-06-24 22:50:12 +0000 |
| commit | c336a79983c7e67a0a163ab4feafa3c273d915be (patch) | |
| tree | 2643a41a6a7c7c6ce031c13d5679e734be02bfdd /net/unix/af_unix.c | |
| parent | nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage (diff) | |
| download | kernel-c336a79983c7e67a0a163ab4feafa3c273d915be.tar.gz kernel-c336a79983c7e67a0a163ab4feafa3c273d915be.zip | |
nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
When transmitting data, call down into TCP using a single sendmsg with
MSG_SPLICE_PAGES to indicate that content should be spliced rather than
copied instead of calling sendpage.
Signed-off-by: David Howells <[email protected]>
Tested-by: Sagi Grimberg <[email protected]>
Acked-by: Willem de Bruijn <[email protected]>
cc: Keith Busch <[email protected]>
cc: Jens Axboe <[email protected]>
cc: Christoph Hellwig <[email protected]>
cc: Chaitanya Kulkarni <[email protected]>
cc: Jens Axboe <[email protected]>
cc: Matthew Wilcox <[email protected]>
cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
