diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2023-08-24 23:53:35 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-08-24 17:16:20 -0600 |
commit | c9def23dde5238184777340ad811e4903f216a2d (patch) | |
tree | 98b5347fab285f7ecb309c2ddd2a992a45ef36bd /scripts/bpf_doc.py | |
parent | 18df385f42f0b3310ed2e4a3e39264bf5e784692 (diff) |
io_uring: separate task_work/waiting cache line
task_work's are typically queued up from IRQ/softirq potentially by a
random CPU like in case of networking. Batch ctx fields bouncing as this
into a separate cache line.
We also move ->cq_timeouts there because waiters have to read and check
it. We can also conditionally hide ->cq_timeouts in the future from the
CQ wait path as a not really useful rudiment.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/b7f3fcb5b6b9cca0238778262c1fdb7ada6286b7.1692916914.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions