All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] improve net busy polling time conversion
@ 2024-07-26 14:24 Pavel Begunkov
  2024-07-26 14:24 ` [PATCH 1/2] io_uring/napi: use ktime in busy polling Pavel Begunkov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pavel Begunkov @ 2024-07-26 14:24 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence

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(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-07-26 15:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-26 14:24 [PATCH 0/2] improve net busy polling time conversion Pavel Begunkov
2024-07-26 14:24 ` [PATCH 1/2] io_uring/napi: use ktime in busy polling Pavel Begunkov
2024-07-26 14:24 ` [PATCH 2/2] io_uring/napi: pass ktime to io_napi_adjust_timeout Pavel Begunkov
2024-07-26 15:21 ` [PATCH 0/2] improve net busy polling time conversion Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.