#1 Missing support for aio_rw_flags, RWF_NOWAIT
Closed 7 years ago Opened 7 years ago by avik.

Linux 4.13 adds support for iocb::aio_rw_flags and RWF_NOWAIT; libaio should support them too.


Yep, I'll take care of this. Thanks for the report.

Any progress on this issue? I'm thinking of abandoning libaio and using syscall() directly.

Avi Kivity pagure@pagure.io writes:

avik added a new comment to an issue you are following:
Any progress on this issue? I'm thinking of abandoning libaio and using `syscall()` directly.

I just pushed an update that adds this support. Let me know if you run
into any issues with it. Sorry for the delay, Avi.

Cheers,
Jeff

Metadata Update from @jmoyer:
- Issue assigned to jmoyer

7 years ago

As noted, this change has been pushed to master.

Metadata Update from @jmoyer:
- Issue status updated to: Closed (was: Open)

7 years ago

I just pushed an update that adds this support. Let me know if you run
into any issues with it. Sorry for the delay, Avi.

Thanks. I switched to a local implementation of libaio though, due to #2.

Log in to comment on this ticket.

Metadata