Skip to content
Commit 506e931f authored by Jens Axboe's avatar Jens Axboe
Browse files

blk-mq: add basic round-robin of what CPU to queue workqueue work on



Right now we just pick the first CPU in the mask, but that can
easily overload that one. Add some basic batching and round-robin
all the entries in the mask instead.

Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 5cf8c227
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment