Youseok Yang
Youseok Yang
I'm integrating Tekton CI (https://tekton.dev/docs/) with bors and not sure what's required API from CI side for Bors. I guess `status` field in bors.toml have some effect but I could...
[Question] How to implement IORING_SETUP_POLL supported non O_DIRECT (e.g. character device) device?
Hi, As a very new device vendor (NPU: PCI backed chracter device), we are exploring IO uring APIs to meet our latency/throughput requirements. It seems that iopoll() is not yet...
I had a weird behavior which one of the two packages were working fine for editable installation, but the other one was failed to install emitting `No matching distribution found`...
I'm looking for basic and simple throughput test (stress or loadgen) solution which measure goodput and badput. Currently criterion.rs provides simple throughput metrics which single threaded one but what I...
Thanks for your efforts to maintain this project. Absolutely useful. I could not find PXE part and wonder it's possible to do. Thanks
Currently, `BytesMut` seems to require buffer allocation when converted from other types: https://docs.rs/bytes/latest/src/bytes/bytes_mut.rs.html#1172 Is there any reason not to provide allocation-free `BytesMut` constructor like https://docs.rs/bytes/latest/src/bytes/bytes.rs.html#843? (I'd like to use `Box`...
# Versions and Operating System - Kubernetes version: ``` build-and-publish$ kubectl version WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use...
It's not a bug rather a question. We're looking for stable solution for RWX and trying to use this project with ceph-block. We wonder how's the failover time for pod...
I'm not sure this issue is tracking or not (or even intended), current build.rs script do not add `backtrace` feature as it failed to compile since Error does not have...
This PR introduces two API changes: 1. Add `UnsubmittedRead` in read part, 2. Introduce `Submit` and `Link` struct. (1) is basically following suggested API change in: https://github.com/tokio-rs/tokio-uring/pull/244 and (2) is...