summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-08-05 12:06:42 -0600
committerJens Axboe <axboe@kernel.dk>2019-08-05 12:06:42 -0600
commit72d7f5a5fa82686fd0b37b1c3ac293c8b3e5f6db (patch)
tree10bdccf7bba460e439cafadaa89d60be566924f5
parent6ef590b899a33a5818408101b63a89d899d64c6a (diff)
Add basic README
Mostly for the purposes of github Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5744f1a
--- /dev/null
+++ b/README
@@ -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