io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-next 0/2] io_uring SQPOLL related
@ 2020-09-04  0:02 Jens Axboe
       [not found] ` <20200904000229.90868-2-axboe@kernel.dk>
  0 siblings, 1 reply; 3+ messages in thread
From: Jens Axboe @ 2020-09-04  0:02 UTC (permalink / raw)
  To: io-uring

Patch #1 makes it easier to support a fool proof assignment of the
shared SQPOLL data structure, instead of doing it after the fact. Would
also enable some cleanups around the fd install.

Patch #2 enables an application to wait on SQ ring consumption if using
SQPOLL, instead of having to use busy polling for that part. This can
help provide the necessary backpressure when using SQPOLL.

-- 
Jens Axboe



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

end of thread, other threads:[~2020-09-04  0:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04  0:02 [PATCH for-next 0/2] io_uring SQPOLL related Jens Axboe
     [not found] ` <20200904000229.90868-2-axboe@kernel.dk>
2020-09-04  0:02   ` [PATCH 1/2] io_uring: separate ring/file creation from descriptor install Jens Axboe
2020-09-04  0:02   ` [PATCH 2/2] io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waits 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).