public inbox for [email protected]
 help / color / mirror / Atom feed
* [RFC 0/1] io_uring: process requests completed with -EAGAIN on poll list
@ 2020-04-02 18:54 Bijan Mottahedeh
  2020-04-02 18:54 ` [RFC 1/1] " Bijan Mottahedeh
  0 siblings, 1 reply; 3+ messages in thread
From: Bijan Mottahedeh @ 2020-04-02 18:54 UTC (permalink / raw)
  To: axboe; +Cc: io-uring

Running fio polled tests with a large number of jobs ends up with stuck
polling threads.  I think this because of polling for requests that have
completed with -EAGAIN.

Running with the RFC applied, and with sufficiently large nvme timeout
values, the fio tests complete.

The RFC creates a retry list similar to the done list.  I'm not sure
if that's the best approach and whether there may be ordering issues
processing the two lists but I haven't seen any problems.

Bijan Mottahedeh (1):
  io_uring: process requests completed with -EAGAIN on poll list

 fs/io_uring.c | 29 ++++++++++++++++++++++++++---
 1 file changed, 26 insertions(+), 3 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-04-03 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-02 18:54 [RFC 0/1] io_uring: process requests completed with -EAGAIN on poll list Bijan Mottahedeh
2020-04-02 18:54 ` [RFC 1/1] " Bijan Mottahedeh
2020-04-03 19:38   ` Jens Axboe

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