I was thinking about BLK_MQ_MAX_DEPTH (#define'd as 10240), whichThe calculated value of can_queue is not realistic. The blk-mq layernit: 1024, I think
caps the number of tags at 10240,
is used to limit the tag set size in blk_mq_alloc_tag_set(). When running
on large VMs on Hyper-V, we can see the "blk-mq: reduced tag depth
to 10240" message.:-(