On Wed, 7 Jun 2023 15:05:58 +0100 David Howells wrote: > Make TLS's device sendmsg() support MSG_SPLICE_PAGES. This causes pages to > be spliced from the source iterator if possible. > > This allows ->sendpage() to be replaced by something that can handle > multiple multipage folios in a single transaction. Reviewed-by: Jakub Kicinski <kuba@xxxxxxxxxx>