linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHSET 0/2] io_uring: add sendmsg/recvmsg support
@ 2019-06-29 16:12 Jens Axboe
  2019-06-29 16:12 ` [PATCH 1/2] io_uring: add support for sendmsg() Jens Axboe
  2019-06-29 16:12 ` [PATCH 2/2] io_uring: add support for recvmsg() Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Jens Axboe @ 2019-06-29 16:12 UTC (permalink / raw)
  To: linux-fsdevel, linux-block; +Cc: davem

This adds basic support for sendmsg(2) and recvmsg(2) through io_uring.
Similarly to how we handle file IO, we first attempt a non-blocking
call, and if that fails with -EAGAIN/-ENONBLOCK, we punt to an async
worker.

Pretty straightforward, and a test case can be found in the liburing
repository.

-- 
Jens Axboe



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

end of thread, other threads:[~2019-06-29 16:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-29 16:12 [PATCHSET 0/2] io_uring: add sendmsg/recvmsg support Jens Axboe
2019-06-29 16:12 ` [PATCH 1/2] io_uring: add support for sendmsg() Jens Axboe
2019-06-29 16:12 ` [PATCH 2/2] io_uring: add support for recvmsg() Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).