linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.34k stars 1.03k forks source link

Write tests for io_uring API #512

Open metan-ucw opened 5 years ago

metan-ucw commented 5 years ago

The new AIO io_uring API has been included into 5.0 rc kernel, we should write tests for it once 5.0 is out.

https://lwn.net/Articles/776703/

richiejp commented 4 years ago

I would recommend only adding very basic tests to make sure someone hasn't completely mangled a backport of this feature. There is already a nice stand alone test suite with liburing: https://git.kernel.dk/liburing

Another option would be to embed this into the LTP by creating a wrapper.

coolgw commented 1 year ago

I saw io_uring01.c case already in LTP.