Uh oh!
There was an error while loading. Please reload this page.
Linux: epoll: add busy polling parameters - #3922
Conversation
rustbot
commented
Sep 13, 2024
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
Uh oh!
There was an error while loading. Please reload this page.
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
465a935CompareIn 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>
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