Add link SQE support
Just a basic test case that does various forms of linked nops, and a sample bare bones copy program using linked reads and writes. Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
@@ -39,6 +39,7 @@ struct io_uring_sqe {
|
||||
*/
|
||||
#define IOSQE_FIXED_FILE (1U << 0) /* use fixed fileset */
|
||||
#define IOSQE_IO_DRAIN (1U << 1)
|
||||
#define IOSQE_IO_LINK (1U << 2)
|
||||
|
||||
/*
|
||||
* io_uring_setup() flags
|
||||
|
||||
Reference in New Issue
Block a user