Files
linux-stable-mirror/include/linux
Pavel Begunkov e5598d6ae6 io_uring: compact SQ/CQ heads/tails
Queues heads and tails cache line aligned. That makes sq, cq taking 4
lines or 5 lines if we include the rest of struct io_rings (e.g.
sq_flags is frequently accessed).

Since modern io_uring is mostly single threaded, it doesn't make much
send to spread them as such, it wastes space and puts additional pressure
on caches. Put them all into a single line.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/9c8deddf9a7ed32069235a530d1e117fb460bc4c.1692916914.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2023-08-24 17:16:19 -06:00
..
2023-06-27 10:47:08 -04:00
2023-06-20 20:17:10 -07:00
2023-06-23 16:59:30 -07:00
2023-06-23 16:59:28 -07:00
2023-06-24 15:50:13 -07:00