On 8/7/24 8:18 AM, Pavel Begunkov wrote: > Patch 3 allows the user to pass IORING_ENTER_ABS_TIMER while waiting > for completions, which makes the kernel to interpret the passed timespec > not as a relative time to wait but rather an absolute timeout. > > Patch 4 adds a way to set a clock id to use for CQ waiting. > > Tests: https://github.com/isilence/liburing.git abs-timeout Looks good to me - was going to ask about tests, but I see you have those already! Thanks. -- Jens Axboe