commit | a4391c6465d9c978fd4bded12e34bdde3f5458f0 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Thu Jun 05 15:21:56 2014 -0600 |
committer | Jens Axboe <axboe@fb.com> | Fri Jun 06 08:04:46 2014 -0600 |
tree | fc5d01ebc746cec35f0d4628f05349b1d87dd8a8 | |
parent | f27b087b81b70513b8c61ec20596c868f7b93474 [diff] |
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: Jens Axboe <axboe@fb.com>