public inbox for [email protected]
 help / color / mirror / Atom feed
* Poll ring behavior broken by f0c5c54945ae92a00cdbb43bdf3abaeab6bd3a23
@ 2020-08-21  0:46 Glauber Costa
  2020-08-21  1:57 ` Jens Axboe
  0 siblings, 1 reply; 6+ messages in thread
From: Glauber Costa @ 2020-08-21  0:46 UTC (permalink / raw)
  To: io-uring, axboe, xiaoguang.wang

I have just noticed that the commit in $subject broke the behavior I
introduced in
bf3aeb3dbbd7f41369ebcceb887cc081ffff7b75

In this commit, I have explained why and when it does make sense to
enter the ring if there are no sqes to submit.

I guess one could argue that in that case one could call the system
call directly, but it is nice that the application didn't have to
worry about that, had to take no conditionals, and could just rely on
io_uring_submit as an entry point.

Since the author is the first to say in the patch that the patch may
not be needed, my opinion is that not only it is not needed but in
fact broke applications that relied on previous behavior on the poll
ring.

Can we please revert?

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

end of thread, other threads:[~2020-08-21 14:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-21  0:46 Poll ring behavior broken by f0c5c54945ae92a00cdbb43bdf3abaeab6bd3a23 Glauber Costa
2020-08-21  1:57 ` Jens Axboe
2020-08-21  2:24   ` Glauber Costa
2020-08-21  3:42     ` Jens Axboe
2020-08-21 13:55       ` Glauber Costa
2020-08-21 14:36         ` Jens Axboe

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