Re: [PATCH] tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT
From: Jakub Kicinski <kuba@kernel.org> Date: 2021-05-14 19:27:53
On Fri, 14 May 2021 11:11:02 +0800 Jim Ma wrote:
In tls_sw_splice_read, checkout MSG_* is inappropriate, should use
SPLICE_*, update tls_wait_data to accept nonblock arguments instead
of flags for recvmsg and splice.
Signed-off-by: Jim Ma <redacted>
Fixes: c46234ebb4d1 ("tls: RX path for ktls")
right?