public inbox for [email protected]
 help / color / mirror / Atom feed
* IORING_OP_RECVMSG not respects non-blocking nature of the fd
@ 2021-03-16 14:00 Norman Maurer
  2021-03-16 14:23 ` Jens Axboe
  0 siblings, 1 reply; 3+ messages in thread
From: Norman Maurer @ 2021-03-16 14:00 UTC (permalink / raw)
  To: io-uring

Hi there,

I think I found a bug in the current io_uring implementation. It seems like recvmsg currently not respect when a fd is set to non-blocking.  At the moment recvmsg never returns in this case. I can work around this by using MSG_DONTWAIT but I don’t think this should be needed.

I am using the latest 5.12 code base atm.

Bye
Norman


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

end of thread, other threads:[~2021-03-16 16:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-16 14:00 IORING_OP_RECVMSG not respects non-blocking nature of the fd Norman Maurer
2021-03-16 14:23 ` Jens Axboe
2021-03-16 16:00   ` Stefan Metzmacher

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