From 15e7f910f0c42a21edfd877af729ca088ad51fda Mon Sep 17 00:00:00 2001 From: Josef Grieb Date: Fri, 28 Aug 2020 10:13:43 +0200 Subject: [PATCH] Add README --- transport-native-io_uring/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 transport-native-io_uring/README.md diff --git a/transport-native-io_uring/README.md b/transport-native-io_uring/README.md new file mode 100644 index 0000000000..888d39dfc0 --- /dev/null +++ b/transport-native-io_uring/README.md @@ -0,0 +1,11 @@ +# Netty io_uring + +The new io_uring interface added to the Linux Kernel 5.1 is a high I/O performance scalable interface for fully asynchronous Linux syscalls + +## Requirements: + +- x86-64 processor +- at least 5.7.16+, 5.8.2+ or 5.9+ + + +See [our wiki page](https://netty.io/wiki/native-transports.html).