Line 141:
Line 141:
=== IOUring support ===
=== IOUring support ===
+
The io_uring Asynchronous I/O (AIO) framework is a new Linux I/O interface, first introduced in upstream Linux kernel version 5.1 (March 2019). It provides a low-latency and feature-rich interface for applications that require AIO functionality.
+
+
'''Links:'''
+
* https://blogs.oracle.com/linux/an-introduction-to-the-io_uring-asynchronous-io-framework
+
* https://github.com/axboe/liburing
+
+
'''Details:'''
+
* Skill level: expert (+linux kernel)
* Suggested by: Pavel Emelyanov <xemul@openvz.org>
* Suggested by: Pavel Emelyanov <xemul@openvz.org>