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

Linux: epoll: add busy polling parameters #3922

Merged
merged 1 commit into from
Nov 6, 2024

Commits on Nov 6, 2024

  1. epoll: add busy polling parameters

    In Linux 6.9 a new ioctl for epoll was added:
    https://man.archlinux.org/man/ioctl_eventpoll.2.en
    
    Add support for it. The ioctls constants are padded to
    64 bits alignment even on 32 bits machines.
    
    Signed-off-by: Pedro Tammela <pctammela@mojatatu.com>
    tammela authored and tgross35 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    fb58c01 View commit details
    Browse the repository at this point in the history