Linux io-uring development
 help / color / mirror / Atom feed
* [RFC 0/2] add timeouts for io_uring bpf-loop
@ 2026-06-02 10:22 Pavel Begunkov
  2026-06-02 10:22 ` [RFC 1/2] io_uring/loop: add a structure for loop state Pavel Begunkov
  2026-06-02 10:22 ` [RFC 2/2] io_uring/loop: introduce wait timeouts Pavel Begunkov
  0 siblings, 2 replies; 3+ messages in thread
From: Pavel Begunkov @ 2026-06-02 10:22 UTC (permalink / raw)
  To: io-uring; +Cc: asml.silence

The BPF ops should be able to set timeout while waiting for CQEs,
this series implements one approach. I'm keeping it as an RFC as
I'm pondering at a slightly different and hopefully more performant
ways of achieving it.

Pavel Begunkov (2):
  io_uring/loop: add a structure for loop state
  io_uring/loop: introduce wait timeouts

 io_uring/bpf-ops.c |  6 ++++++
 io_uring/loop.c    | 37 +++++++++++++++++++++++++++++++------
 io_uring/loop.h    | 14 ++++++++++++++
 3 files changed, 51 insertions(+), 6 deletions(-)

-- 
2.54.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-02 10:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-02 10:22 [RFC 0/2] add timeouts for io_uring bpf-loop Pavel Begunkov
2026-06-02 10:22 ` [RFC 1/2] io_uring/loop: add a structure for loop state Pavel Begunkov
2026-06-02 10:22 ` [RFC 2/2] io_uring/loop: introduce wait timeouts Pavel Begunkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox