-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Linux: epoll: add busy polling parameters #3922
Conversation
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
Could you please update the relevant files in |
Will do
No preference really. As long as it only exposed to Linux builds, it's fine. |
810aa44
to
465a935
Compare
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>
3a92a3b
to
fb58c01
Compare
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> (backport <rust-lang#3922>) (cherry picked from commit fb58c01) Signed-off-by: Trevor Gross <tmgross@umich.edu>
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> (backport <rust-lang#3922>) (cherry picked from commit fb58c01) Signed-off-by: Trevor Gross <tmgross@umich.edu>
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> (backport <rust-lang#3922>) (cherry picked from commit fb58c01) Signed-off-by: Trevor Gross <tmgross@umich.edu>
In Linux 6.9 a new ioctl for epoll was added:
https://man.archlinux.org/man/ioctl_eventpoll.2.en
It's used for busy polling sockets