On 10/25/22 04:44, Bean Huo wrote:
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.
Hi Bean, Thanks for the clarification. I will add my Reviewed-by to this patch. Bart.