mbox series

[for-6.1,0/2] don't fallback if sock doesn't undestand zc

Message ID cover.1666229889.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series don't fallback if sock doesn't undestand zc | expand

Message

Pavel Begunkov Oct. 20, 2022, 1:42 a.m. UTC
Prefer failinig requests over copying when we're dealing with
protocols that don't support io_uring zerocopy send. The patches
are split to make backporting easier.

Pavel Begunkov (2):
  io_uring/net: fail zc send for unsupported protocols
  io_uring/net: fail zc sendmsg for unsupported protocols

 io_uring/net.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

Jens Axboe Oct. 20, 2022, 2:26 a.m. UTC | #1
On Thu, 20 Oct 2022 02:42:34 +0100, Pavel Begunkov wrote:
> Prefer failinig requests over copying when we're dealing with
> protocols that don't support io_uring zerocopy send. The patches
> are split to make backporting easier.
> 
> Pavel Begunkov (2):
>   io_uring/net: fail zc send for unsupported protocols
>   io_uring/net: fail zc sendmsg for unsupported protocols
> 
> [...]

Applied, thanks!

[1/2] io_uring/net: fail zc send for unsupported protocols
      commit: cf6d01d79d3ea2274891c79cb51fa80dfde39acd
[2/2] io_uring/net: fail zc sendmsg for unsupported protocols
      commit: 9f92d171efe73abc3d026ed9e21f08b482075782

Best regards,