All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-6.1 0/2] don't fallback if sock doesn't undestand zc
@ 2022-10-20  1:42 Pavel Begunkov
  2022-10-20  1:42 ` [PATCH for-6.1 1/2] io_uring/net: fail zc send for unsupported protocols Pavel Begunkov
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Pavel Begunkov @ 2022-10-20  1:42 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence, Stefan Metzmacher

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(+)

-- 
2.38.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-10-20 13:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-20  1:42 [PATCH for-6.1 0/2] don't fallback if sock doesn't undestand zc Pavel Begunkov
2022-10-20  1:42 ` [PATCH for-6.1 1/2] io_uring/net: fail zc send for unsupported protocols Pavel Begunkov
2022-10-20  9:13   ` Stefan Metzmacher
2022-10-20 12:48     ` Pavel Begunkov
2022-10-20 13:05       ` Stefan Metzmacher
2022-10-20 12:49     ` Jens Axboe
2022-10-20 12:53       ` Pavel Begunkov
2022-10-20 12:59         ` Jens Axboe
2022-10-20  1:42 ` [PATCH for-6.1 2/2] io_uring/net: fail zc sendmsg " Pavel Begunkov
2022-10-20  2:26 ` [PATCH for-6.1 0/2] don't fallback if sock doesn't undestand zc Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.