diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-08-05 12:06:42 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-08-05 12:06:42 -0600 |
commit | 72d7f5a5fa82686fd0b37b1c3ac293c8b3e5f6db (patch) | |
tree | 10bdccf7bba460e439cafadaa89d60be566924f5 | |
parent | 6ef590b899a33a5818408101b63a89d899d64c6a (diff) |
Add basic README
Mostly for the purposes of github
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +liburing +-------- + +This is the liburing library. liburing provides helpers to setup and +teardown io_uring instances, and also a simplified interface for +applications that don't need (or want) to deal with the full kernel +side implementation. + +For more info on io_uring, please see: + +http://kernel.dk/io_uring.pdf + +Jens Axboe 2019-08-05 |