io_uring: kill io_uring userspace examples
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 9 Aug 2023 12:22:52 +0000 (13:22 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 9 Aug 2023 16:46:46 +0000 (10:46 -0600)
commit17619322e56bce68290842889658ec5981f00a42
tree95e9bc854294e08488aa45248d25ad53fd47cf85
parent569f5308e54352a12181cc0185f848024c5443e8
io_uring: kill io_uring userspace examples

There are tons of io_uring tests and examples in liburing and on the
Internet. If you're looking for a benchmark, io_uring-bench.c is just an
acutely outdated version of fio/io_uring. And for basic condensed init
template for likes of selftests take a peek at io_uring_zerocopy_tx.c.

Kill tools/io_uring/, it's a burden keeping it here.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/7c740701d3b475dcad8c92602a551044f72176b4.1691543666.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
MAINTAINERS
tools/io_uring/Makefile [deleted file]
tools/io_uring/README [deleted file]
tools/io_uring/barrier.h [deleted file]
tools/io_uring/io_uring-bench.c [deleted file]
tools/io_uring/io_uring-cp.c [deleted file]
tools/io_uring/liburing.h [deleted file]
tools/io_uring/queue.c [deleted file]
tools/io_uring/setup.c [deleted file]
tools/io_uring/syscall.c [deleted file]