diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2023-01-09 14:46:03 +0000 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-01-29 15:17:40 -0700 |
commit | dde40322ae20f2d6b0bcb781a9eedcfc7ca3aa73 (patch) | |
tree | 498e53f3ca19bfa0514f3c391a6edcc0b305c49d /io_uring | |
parent | 81594e7e7a146888f0bac4fa782b0b5d3c37fdff (diff) |
io_uring: move submitter_task out of cold cacheline
->submitter_task is used somewhat more frequent now than before, i.e.
for local tw enqueue and run, let's move it from the end of ctx, which
is full of cold data, to the first cacheline with mostly constants.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/415ca91dc5ad1dec612b892e489cda98e1069542.1673274244.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring')
0 files changed, 0 insertions, 0 deletions