-
```
2024-11-06T09:04:43.8754809Z + curl -f --connect-timeout 20 --retry 5 --location https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.7.tar.gz
2024-11-06T09:04:43.8819566Z % Total % Rece…
-
When we are compiling envoy 1.30.x version using below command on rocky linux 8 which supports 4.18 kenel version, we are not getting liburing compilation error and we are able to compile envoy succes…
-
When compiling `bfs` with `liburing 2.0` enabled on `Amazon Linux 2023` I get the following failure:
```
src/ioq.c: In function ‘ioq_ring_init’:
src/ioq.c:886:9: error: implicit declaration of func…
-
Hello,
I am wondering if storing the provided buffers in the ring can be added ? It would allow to wrap `register_buf_ring` and `unregister_buf_ring`.
The allocation would be managed by the ring …
-
liburing will define macros as such:
```c
enum io_uring_sqe_flags_bit {
IOSQE_FIXED_FILE_BIT,
IOSQE_IO_DRAIN_BIT,
IOSQE_IO_LINK_BIT,
IOSQE_IO_HARDLINK_BIT,
IOSQE_ASYNC_BIT,
IOSQE_BUFFER_SELECT_B…
-
It seems there is no bundle that provides a build of [liburing ](https://github.com/axboe/liburing).
Perhaps the team would consider adding one such?
-
Ran into some "unable to translate function" errors when trying to use [liburing](https://github.com/axboe/liburing):
```
./zig-cache/o/yQ6K25ocH8MNArGcIQfQgEaYDzM-vpeJWZlivEDNea4714ETWd35K3XZmZyX…
-
Can we ship a jar containing the c sources for liburing so the Scala Native tools can compile it together with applications and users don't need to install/configure anything?
I'm not sure it is poss…
-
Hello, here are some benchmark results I have compiled for disk storage with/without liburing testing both buffered and direct IO.
Kernel: 6.7
file system: xfs
disk : nvme ssd
CPU: 48 thread AMD…
-
Maybe liburing could improve performance for stream sockets.
https://unixism.net/loti/tutorial/webserver_liburing.html