mbox series

[0/2] improve net busy polling time conversion

Message ID cover.1722003776.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series improve net busy polling time conversion | expand

Message

Pavel Begunkov July 26, 2024, 2:24 p.m. UTC
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

 include/linux/io_uring_types.h |  2 +-
 io_uring/io_uring.c            |  6 ++--
 io_uring/io_uring.h            |  2 +-
 io_uring/napi.c                | 58 ++++++++++++++++------------------
 io_uring/napi.h                | 10 +++---
 5 files changed, 39 insertions(+), 39 deletions(-)

Comments

Jens Axboe July 26, 2024, 3:21 p.m. UTC | #1
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,