Re: [PATCH 07/10] mpt3sas: use hi-priority queue for TMFs

2017-02-16 Thread Hannes Reinecke
On 02/16/2017 11:23 AM, Sreekanth Reddy wrote: > On Thu, Feb 16, 2017 at 3:44 PM, Hannes Reinecke wrote: >> On 02/16/2017 11:09 AM, Sreekanth Reddy wrote: >>> On Tue, Jan 31, 2017 at 2:55 PM, Hannes Reinecke wrote: When sending a TMF via the ioctl interface we should be using the hi-pri

Re: [PATCH 07/10] mpt3sas: use hi-priority queue for TMFs

2017-02-16 Thread Sreekanth Reddy
On Thu, Feb 16, 2017 at 3:44 PM, Hannes Reinecke wrote: > On 02/16/2017 11:09 AM, Sreekanth Reddy wrote: >> On Tue, Jan 31, 2017 at 2:55 PM, Hannes Reinecke wrote: >>> When sending a TMF via the ioctl interface we should be using >>> the hi-priority queue instead of the scsi queue to be consisten

Re: [PATCH 07/10] mpt3sas: use hi-priority queue for TMFs

2017-02-16 Thread Hannes Reinecke
On 02/16/2017 11:09 AM, Sreekanth Reddy wrote: > On Tue, Jan 31, 2017 at 2:55 PM, Hannes Reinecke wrote: >> When sending a TMF via the ioctl interface we should be using >> the hi-priority queue instead of the scsi queue to be consistent >> with overall TMF usage. >> >> Signed-off-by: Hannes Reine

Re: [PATCH 07/10] mpt3sas: use hi-priority queue for TMFs

2017-02-16 Thread Sreekanth Reddy
On Tue, Jan 31, 2017 at 2:55 PM, Hannes Reinecke wrote: > When sending a TMF via the ioctl interface we should be using > the hi-priority queue instead of the scsi queue to be consistent > with overall TMF usage. > > Signed-off-by: Hannes Reinecke > --- > drivers/scsi/mpt3sas/mpt3sas_ctl.c | 2 +

Re: [PATCH 07/10] mpt3sas: use hi-priority queue for TMFs

2017-02-07 Thread Christoph Hellwig
On Tue, Jan 31, 2017 at 10:25:57AM +0100, Hannes Reinecke wrote: > When sending a TMF via the ioctl interface we should be using > the hi-priority queue instead of the scsi queue to be consistent > with overall TMF usage. Looks fine, Reviewed-by: Christoph Hellwig

[PATCH 07/10] mpt3sas: use hi-priority queue for TMFs

2017-01-31 Thread Hannes Reinecke
When sending a TMF via the ioctl interface we should be using the hi-priority queue instead of the scsi queue to be consistent with overall TMF usage. Signed-off-by: Hannes Reinecke --- drivers/scsi/mpt3sas/mpt3sas_ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers