Files
kernel_arpi/include/uapi/linux
Jens Axboe fe76421d1d io_uring: allow user configurable IO thread CPU affinity
io-wq defaults to per-node masks for IO workers. This works fine by
default, but isn't particularly handy for workloads that prefer more
specific affinities, for either performance or isolation reasons.

This adds IORING_REGISTER_IOWQ_AFF that allows the user to pass in a CPU
mask that is then applied to IO thread workers, and an
IORING_UNREGISTER_IOWQ_AFF that simply resets the masks back to the
default of per-node.

Note that no care is given to existing IO threads, they will need to go
through a reschedule before the affinity is correct if they are already
running or sleeping.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-06-17 10:25:50 -06:00
..
2021-01-25 18:44:44 +01:00
2020-12-28 14:21:31 +00:00
2021-02-09 10:58:19 +01:00
2021-04-19 15:27:36 -07:00
2021-03-04 17:58:15 -08:00
2020-12-08 15:54:16 +01:00
2021-02-08 13:01:24 +01:00
2021-02-26 09:41:03 -08:00
2021-03-23 23:40:55 -04:00
2020-11-26 14:19:10 +01:00
2021-03-10 09:34:06 +01:00
2021-01-24 14:43:45 +01:00
2021-04-02 14:21:50 -07:00
2021-01-16 23:19:26 +01:00
2021-03-10 09:34:06 +01:00
2021-01-07 16:17:32 +01:00