summaryrefslogtreecommitdiff
path: root/io_uring/net.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-03-28 14:55:32 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2025-03-28 14:55:32 -0700
commit6df9d086ffcb6b0521872fef5f9f4dd1907abb9a (patch)
treebddb2a97f000f3652a946dff8a2153ffcf1737cd /io_uring/net.c
parentca0b04ba0b35d48e1473a280c2e8905e7f80e906 (diff)
parent19f7e942732766aec8a51d217ab5fb4a7fe3bb0d (diff)
Merge tag 'for-6.15/io_uring-epoll-wait-20250325' of git://git.kernel.dk/linux
Pull io_uring epoll support from Jens Axboe: "This adds support for reading epoll events via io_uring. While this may seem counter-intuitive (and/or productive), the reasoning here is that quite a few existing epoll event loops can easily do a partial conversion to a completion based model, but are still stuck with one (or few) event types that remain readiness based. For that case, they then need to add the io_uring fd to the epoll context, and continue to rely on epoll_wait(2) for waiting on events. This misses out on the finer grained waiting that io_uring can do, to reduce context switches and wait for multiple events in one batch reliably. With adding support for reaping epoll events via io_uring, the whole legacy readiness based event types can still be reaped via epoll, with the overall waiting in the loop be driven by io_uring" * tag 'for-6.15/io_uring-epoll-wait-20250325' of git://git.kernel.dk/linux: io_uring/epoll: add support for IORING_OP_EPOLL_WAIT io_uring/epoll: remove CONFIG_EPOLL guards
Diffstat (limited to 'io_uring/net.c')
0 files changed, 0 insertions, 0 deletions