summaryrefslogtreecommitdiffstats
path: root/tools/io_uring
Commit message (Collapse)AuthorAgeFilesLines
* tools/io_uring: remove IOCQE_FLAG_CACHEHITJens Axboe2019-04-081-28/+4
| | | | | | | This ended up not being included in the mainline version of io_uring, so drop it from the test app as well. Signed-off-by: Jens Axboe <axboe@kernel.dk>
* io_uring: add a few test toolsJens Axboe2019-03-069-0/+1380
This adds two test programs in tools/io_uring/ that demonstrate both the raw io_uring API (and all features) through a small benchmark app, io_uring-bench, and the liburing exposed API in a simplified cp(1) implementation through io_uring-cp. Signed-off-by: Jens Axboe <axboe@kernel.dk>