Message ID | cover.1722003776.git.asml.silence@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | improve net busy polling time conversion | expand |
On Fri, 26 Jul 2024 15:24:29 +0100, Pavel Begunkov wrote: > Time conversions in io_uring/napi.* is a mess, clean it up, get rid of > intermediate conversions to timespec and keep everything as ktime. > Better than before, but still can use some extra changes in net/. > > Pavel Begunkov (2): > io_uring/napi: use ktime in busy polling > io_uring/napi: pass ktime to io_napi_adjust_timeout > > [...] Applied, thanks! [1/2] io_uring/napi: use ktime in busy polling commit: 342b2e395d5f34c9f111a818556e617939f83a8c [2/2] io_uring/napi: pass ktime to io_napi_adjust_timeout commit: 358169617602f6f71b31e5c9532a09b95a34b043 Best regards,