All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/2] kvmalloc reg file table
@ 2021-06-18 23:32 Pavel Begunkov
  2021-06-18 23:32 ` [PATCH 1/2] io_uring: use kvmalloc for fixed files Pavel Begunkov
  2021-06-18 23:32 ` [PATCH 2/2] io_uring: inline fixed part of io_file_get() Pavel Begunkov
  0 siblings, 2 replies; 3+ messages in thread
From: Pavel Begunkov @ 2021-06-18 23:32 UTC (permalink / raw)
  To: Jens Axboe, io-uring

As mentioned before, couldn't get numbers due to huge performance
jumps between reboots outweighting any gains of this series, so
sending just as an RFC.

Jens, sorry for pestering, but if you will be doing benchmarking,
can you compare how it is with the 1/2?
2/2 clearly slashes some extra cycles.

Pavel Begunkov (2):
  io_uring: use kvmalloc for fixed files
  io_uring: inline fixed part of io_file_get()

 fs/io_uring.c | 98 +++++++++++++++++++++++++--------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-06-18 23:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 23:32 [RFC 0/2] kvmalloc reg file table Pavel Begunkov
2021-06-18 23:32 ` [PATCH 1/2] io_uring: use kvmalloc for fixed files Pavel Begunkov
2021-06-18 23:32 ` [PATCH 2/2] io_uring: inline fixed part of io_file_get() Pavel Begunkov

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.