Home
last modified time | relevance | path

Searched hist:"264 ba53f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/kcm/
H A Dkcmsock.c264ba53f Fri Jun 09 05:02:20 CDT 2023 David Howells <dhowells@redhat.com> kcm: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage

When transmitting data, call down into the transport socket using sendmsg
with MSG_SPLICE_PAGES to indicate that content should be spliced rather
than using sendpage.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Tom Herbert <tom@herbertland.com>
cc: Tom Herbert <tom@quantonium.net>
cc: Jens Axboe <axboe@kernel.dk>
cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>