Skip to content

Possible to specify ioprio for reads and writes? #332

@manishrjain

Description

@manishrjain

I'd like to set an kernel level i/o priority, so the reads get priority over the writes. Is that something that can be supported via zio public APIs? The easiest way I could come up with was to hack into zio and set sqe.ioprio = ... in the submit function in io_uring.zig (for Linux) -- but that applies way more broadly than I'd like.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions