Skip to content
New issue

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

Validate at runt-time that all required io_uring features are available, else disable the io_uring driver #67

Open
mattrm456 opened this issue Aug 17, 2023 · 0 comments

Comments

@mattrm456
Copy link
Contributor

Support for io_uring was added in #24. The implementation detects, at run-time, whether the Linux kernel of the current machine supports io_uring, and if not, the driver is disabled. This run-time validation should be extended to probe io_uring to detects more of the kernel's capabilities and verify that each one (e.g. support for the "sendmsg" operation) is supported before the driver determines itself to be available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant