Re: [PATCH net-next v5 13/14] tls/device: Support MSG_SPLICE_PAGES

From: Jakub Kicinski
Date: Wed Jun 07 2023 - 13:25:32 EST


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>