Re: [PATCH] mpt3sas: Add sysfs parameter to set sdev qd to host can_queue

2019-08-29 Thread Martin K. Petersen
Sreekanth, > This patch provides the module parameter and sysfs interface named > 'enable_sdev_max_qd' to switch between the driver provided > (optimal)queue depth and controller queue depth (can_queue). Applied to 5.4/scsi-queue. Thanks. -- Martin K. Petersen Oracle Linux Engineering

[PATCH] mpt3sas: Add sysfs parameter to set sdev qd to host can_queue

2019-08-21 Thread Sreekanth Reddy
This patch provides the module parameter and sysfs interface named 'enable_sdev_max_qd' to switch between the driver provided (optimal)queue depth and controller queue depth (can_queue). When 'enable_sdev_max_qd' is set to one then all the device's queue depth is set to shost's can_queue value. Wh