Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a4391c64 authored by Jens Axboe's avatar Jens Axboe
Browse files

blk-mq: bump max tag depth to 10K tags


For some scsi-mq cases, the tag map can be huge. So increase the
max number of tags we support.

Additionally, don't fail with EINVAL if a user requests too many
tags. Warn that the tag depth has been adjusted down, and store
the new value inside the tag_set passed in.

Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent f27b087b
Branches
Tags
No related merge requests found
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