Files
linux/include
Jens Axboe 43e0bbbd0b io_uring: add netmsg cache
For recvmsg/sendmsg, if they don't complete inline, we currently need
to allocate a struct io_async_msghdr for each request. This is a
somewhat large struct.

Hook up sendmsg/recvmsg to use the io_alloc_cache. This reduces the
alloc + free overhead considerably, yielding 4-5% of extra performance
running netbench.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-07-24 18:39:17 -06:00
..
2022-05-16 13:23:00 -06:00
2022-07-24 18:39:17 -06:00
2022-05-24 11:24:58 -03:00
2022-06-24 16:21:41 +01:00
2022-07-24 18:39:17 -06:00