Re: [PATCH net-next v5 06/14] tls/device: Use splice_eof() to flush
From: Jakub Kicinski
Date: Wed Jun 07 2023 - 12:58:48 EST
On Wed, 7 Jun 2023 15:05:51 +0100 David Howells wrote:
> Allow splice to end a TLS record after prematurely ending a splice/sendfile
> due to getting an EOF condition (->splice_read() returned 0) after splice
> had called TLS with a sendmsg() with MSG_MORE set when the user didn't set
> MSG_MORE.
Reviewed-by: Jakub Kicinski <kuba@xxxxxxxxxx>