ltp icon indicating copy to clipboard operation
ltp copied to clipboard

Write tests for io_uring API

Open metan-ucw opened this issue 5 years ago • 2 comments

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/

metan-ucw avatar Mar 18 '19 10:03 metan-ucw

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.

richiejp avatar Dec 18 '19 09:12 richiejp

I saw io_uring01.c case already in LTP.

coolgw avatar Oct 26 '23 00:10 coolgw