We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
register_buf_ring
unregister_buf_ring
The allocation would be managed by the ring and not the application as liburing.
I could look into proposing an implementation if this featured could be added
The text was updated successfully, but these errors were encountered:
See #256 (comment)
Sorry, something went wrong.
No branches or pull requests
Hello,
I am wondering if storing the provided buffers in the ring can be added ? It would allow to wrap
register_buf_ring
andunregister_buf_ring
.The allocation would be managed by the ring and not the application as liburing.
I could look into proposing an implementation if this featured could be added
The text was updated successfully, but these errors were encountered: