public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH v2] Add option to ignore O_NONBLOCK for retry purposes
@ 2021-06-18 22:10 Jens Axboe
  2021-06-18 22:10 ` [PATCH] io_uring: add IORING_SETUP_IGNORE_ONONBLOCK flag Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2021-06-18 22:10 UTC (permalink / raw)
  To: io-uring; +Cc: samuel

Hi,

After thinking a bit more about this, I think this makes more sense to
do as a setup flag. That means that libraries/applications using it
can have this just in their setup path instead of the hot path, and
it also means that we can save precious space in the sqe flags.

Hence v2 turns this from an sqe flag into a setup flag instead, and
makes the behavior per ring rather than per sqe.

-- 
Jens Axboe



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

end of thread, other threads:[~2021-06-18 22:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-18 22:10 [PATCH v2] Add option to ignore O_NONBLOCK for retry purposes Jens Axboe
2021-06-18 22:10 ` [PATCH] io_uring: add IORING_SETUP_IGNORE_ONONBLOCK flag Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox