-
The issue was discovered when running the "webserver_liburing" example.
The values of cqe was printed out after the following code was called the first time:
```
int ret = io_uring_wait_cqe…
tofes updated
2 years ago
-
Hi, I tried running this code:
```python
import string
import asyncio
import uring_file
import os
async def main():
path = 'test.txt'
f = uring_file.File(path)
await f.open(…
-
The new AIO io_uring API has been included into 5.0 rc kernel, we should write tests for it once 5.0 is out.
https://lwn.net/Articles/776703/
-
Hi all! I wrote an io_uring-based implementation of b3sum here: https://github.com/1f604/liburing_b3sum
I wrote two versions: a single-threaded version in C and a multi-threaded version in C++. The…
-
### 详细叙述
编译报错
### 重复 issue
- [X] 没有类似的 issue
### 具体型号
AX1800 PRO亚瑟
### 详细日志
Applying ./patches/020-locale.patch using plaintext:
patching file gobject/glib-mkenums.in
touch /home/mi/lede/bui…
-
linux 5.1+ introduced a new i/o polling interface, io_uring, which seems like its worth looking into. The documentation was released https://kernel.dk/io_uring.pdf
-
OS-ENV:
[root@presto_velox mvfst]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0…
-
/home/workspace/folly/folly/experimental/io/IoUringBackend.cpp: In member function ‘void folly::IoUringBackend::cancel(folly::IoSqeBase*)’:
/home/workspace/folly/folly/experimental/io/IoUringBackend.…
-
- [ ] getting a kernel 5.1 in dom0 @rushikeshjadhav
- [ ] switching [tapdisk](https://github.com/xapi-project/blktap/tree/master/drivers) from libaio to liburing @nraynaud
- [ ] understand those c…
-
Hi, in the Readme you say
> Use a non-blocking I/O network lib based on epoll (kqueue under macOS/FreeBSD) to provide high-concurrency, high-performance network IO
IO_uring is the new linux API th…