From 9b296c80341ff022f4723475ee040b842dbf5ea9 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Mon, 7 Sep 2020 12:05:49 +0200 Subject: [PATCH] Update README to reflect kernel requirements for iouring transport (#10539) Motivation: kernel 5.9-rc4 was released that ships all fixes we need Modifications: Update readme Result: Make it clear what kernel is needed --- transport-native-io_uring/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport-native-io_uring/README.md b/transport-native-io_uring/README.md index 84efb71b59..a110405fe5 100644 --- a/transport-native-io_uring/README.md +++ b/transport-native-io_uring/README.md @@ -5,7 +5,7 @@ The new io_uring interface added to the Linux Kernel 5.1 is a high I/O performan ## Requirements: - x86-64 processor -- at least 5.8.2+ +- at least 5.9-rc4 - to run the tests, you have to increase memlock(default 64K)