sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
When transmitting data, call down into TCP using sendmsg with
MSG_SPLICE_PAGES to indicate that content should be spliced rather than
performing sendpage calls to transmit header, data pages and trailer.
Signed-off-by: David Howells <[email protected]>
Acked-by: Chuck Lever <[email protected]>
cc: Trond Myklebust <
[email protected]>
cc: Anna Schumaker <
[email protected]>
cc: Jeff Layton <
[email protected]>
cc: Jens Axboe <
[email protected]>
cc: Matthew Wilcox <
[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>