On Mon, 2022-10-24 at 16:25 -0700, Bart Van Assche wrote:
If having a look at
scsi_change_queue_depth() {
depth = min_t(int, depth, scsi_device_max_queue_depth(sdev));
...
}
so the final depth per Lu is still 31. I did test and debug, this is
true.