FrankReh
FrankReh
We still have to think about what kind of file to pass to the poll and poll_multi. Anything with a SharedFd will do. Once fixed file descriptors are supported, those...
> any plan do you have to proceed? No plan on my part with this. I've had to go my own way with this fork as a basis. If I...
@ileixe No, not without runtime contexts, with the tokio-uring and tokio contexts. So my take was dissimilar. I've gone the route of leveraging tokio and eventually hyper.
> @FrankReh Do you an interest in rebasing this? I'd love to see this merged Thanks for considering the PR. Currently I'm not able to rebase it. Feel free to...
I have a VM with an NVMe root partition but I don't know if that can be used for these URING_CMD operations. I'll have to read some more soon.
Do the feature flags mean one can't have both forms of sqe and cqe in the same app? I always thought we would end up with the main driver being...
Thanks for the link. I'll figure out why it didn't work in the morning. Also, my VM that is supposed to have an NVMe root doesn't show up as NVMe...
> Why is there a binary file? Good catch. I totally missed that when looking through the diffs.
Why is the command behind a feature flag? We have other commands that don't work in older kernels.
> Also, the uring_cmd tests will fail unless run on a sufficiently recent version of Linux. What is the established standard way to include version specific tests if not feature...