Re: [PATCH] scsi: storvsc: Add ability to change scsi queue depth

2019-06-18 Thread Branden Bonaby
On Tue, Jun 18, 2019 at 09:08:59PM -0400, Martin K. Petersen wrote: > > Branden, > > > Adding functionality to allow the SCSI queue depth to be changed, by > > utilizing the "scsi_change_queue_depth" function. > > Applied to 5.3/scsi-queue. Please run checkpatch before submission. I > fixed it u

Re: [PATCH] scsi: storvsc: Add ability to change scsi queue depth

2019-06-18 Thread Martin K. Petersen
Branden, > Adding functionality to allow the SCSI queue depth to be changed, by > utilizing the "scsi_change_queue_depth" function. Applied to 5.3/scsi-queue. Please run checkpatch before submission. I fixed it up this time. Thanks! -- Martin K. Petersen Oracle Linux Engineering

RE: [PATCH] scsi: storvsc: Add ability to change scsi queue depth

2019-06-17 Thread KY Srinivasan
nbonaby94 ; linux- > hyp...@vger.kernel.org; linux-s...@vger.kernel.org; linux- > ker...@vger.kernel.org > Subject: RE: [PATCH] scsi: storvsc: Add ability to change scsi queue depth > > From: Branden Bonaby Sent: Friday, June > 14, 2019 4:48 PM > > > > Adding functionality to allow th

RE: [PATCH] scsi: storvsc: Add ability to change scsi queue depth

2019-06-15 Thread Michael Kelley
From: Branden Bonaby Sent: Friday, June 14, 2019 4:48 PM > > Adding functionality to allow the SCSI queue depth to be changed, > by utilizing the "scsi_change_queue_depth" function. > > Signed-off-by: Branden Bonaby > --- > drivers/scsi/storvsc_drv.c | 11 +++ > 1 file changed, 11 ins

[PATCH] scsi: storvsc: Add ability to change scsi queue depth

2019-06-14 Thread Branden Bonaby
Adding functionality to allow the SCSI queue depth to be changed, by utilizing the "scsi_change_queue_depth" function. Signed-off-by: Branden Bonaby --- drivers/scsi/storvsc_drv.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_d