Skip to content

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

Description

@mattrm456

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions