summaryrefslogtreecommitdiff
path: root/scripts/Makefile.clean
diff options
context:
space:
mode:
authorJoe Damato <jdamato@fastly.com>2024-02-13 09:16:45 +0300
committerDavid S. Miller <davem@davemloft.net>2024-02-14 14:01:01 +0300
commit18e2bf0edf4dd88d9656ec92395aa47392e85b61 (patch)
tree9e513f18193eda743455a520b9d6132804bf1dcf /scripts/Makefile.clean
parentde57a251082211b68e8c01e0e8210a23c022ac57 (diff)
downloadlinux-18e2bf0edf4dd88d9656ec92395aa47392e85b61.tar.xz
eventpoll: Add epoll ioctl for epoll_params
Add an ioctl for getting and setting epoll_params. User programs can use this ioctl to get and set the busy poll usec time, packet budget, and prefer busy poll params for a specific epoll context. Parameters are limited: - busy_poll_usecs is limited to <= s32_max - busy_poll_budget is limited to <= NAPI_POLL_WEIGHT by unprivileged users (!capable(CAP_NET_ADMIN)) - prefer_busy_poll must be 0 or 1 - __pad must be 0 Signed-off-by: Joe Damato <jdamato@fastly.com> Acked-by: Stanislav Fomichev <sdf@google.com> Reviewed-by: Jiri Slaby <jirislaby@kernel.org> Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/Makefile.clean')
0 files changed, 0 insertions, 0 deletions