-
This is related to #1185.
I'm setting up a buffer ring, then doing `io_uring_prep_read_multishot` on fd 0. When data is available, a CQE is received. The data is received correctly in the first ava…
-
### Operating system
Linux
### Compiler
GCC 13.2
### Steps to reproduce the behavior
```Shell
vcpkg install proxygen
```
### Failure logs
undefined reference to `io_uring_submit'
i.e
/usr…
-
I'm trying to install mayastor on lxc containers, but. I have a lot of errors like this:
```
[node@master ~]$ kubectl logs mayastor-io-engine-67rsq -n mayastor
Defaulted container "io-engine" ou…
-
### Is your feature request related to a problem?
I would like this netty addiction to be added as an experimental method.
This interface helps and reduces the bandwidth in use and the cpu which, fo…
-
Is there a way to constrain only apps with specific selector?
Right now kubearmor seems to add apparmor annotations to all pods, and the most granular constraint visibility is a namespace.
Curr…
-
Hi,
I am currently trying to use IO_Uring in order to receive the ingress queue content on my computer using io_uring_prep_recv from liburing.
I am trying to pull its content by asking for the maxi…
-
In I/O layer, we can trace from bio submitting to req completing with LBA address. In io_uring, we can trace req with userdata?
But it seems an req can not be tarced between io_uring and blk layer. I…
-
I'm using Ubuntu with WSL2 (Ubuntu 22.04.3 LTS, kernel version: 5.15.133.1-microsoft-standard-WSL2) and `liburing` 2.1, so I have feature `IORING_FEAT_NODROP`.
According to the man page, when CQ is f…
-
Currently, some actual uring work is done when an *Op\* is created in the *submit_with* function, as seen here.
https://github.com/tokio-rs/tokio-uring/blob/913aa14c567cfae026b7d4f88a5155921cfb9575/s…
-
In https://github.com/TechEmpower/FrameworkBenchmarks/pull/6966 I noticed a comment above the `/plaintext` route is:
`// For performance purposes, this will successfully match '/p' to '/plaintext' …