Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-08 | Add sample 'cp' program | Jens Axboe | |
Don't rely on this for anything, it's just a test case / demo. Signed-off-by: Jens Axboe <axboe@kernel.dk> | |||
2019-01-08 | Change API to provide io_uring struct abstraction | Jens Axboe | |
This is cleaner than having the app juggle an SQ and CQ ring, just wrap them in struct io_uring and have the API always take that. This means the app doesn't need to worry about the different types of rings, and that we only need to pass in one argument for setup/teardown. Signed-off-by: Jens Axboe <axboe@kernel.dk> | |||
2019-01-08 | Initial commit | Jens Axboe | |
Signed-off-by: Jens Axboe <axboe@kernel.dk> |