From b34375e91c01cb0198d1ac7cb127345b69e3cfe2 Mon Sep 17 00:00:00 2001 From: wenchao1024 <87457873+wenchao1024@users.noreply.github.com> Date: Mon, 17 Jan 2022 21:03:40 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 084629d..bd96aeb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ### 文档 -- 官方文档: [io_uring](https://github.com/0voice/kernel_new_features/blob/main/io_uring.pdf) +- 官方文档: [Efficient I/O with io_uring](https://github.com/0voice/kernel_new_features/blob/main/io_uring.pdf) ### 开源项目 - [axboe/liburing](https://github.com/axboe/liburing): 这是 io_uring 库,liburing。liburing 为设置和拆掉 io_uring 实例,还有一个简化的接口不需要(或不想)处理完整内核的应用程序边执行。