[PATCH 6/8] megaraid_sas : Reserve commands for IOCTLs and internal DCMDs

2015-01-05 Thread Sumit.Saxena
1)For fusion adapters, limited reserved frames for non SCSI commands to 8(3 for parallel IOCTLs + 5 for driver's internal DCMDs). Earlier reserved commands for non SCSI IO frames was set to 32, so with this implementation, increased per controller "can_queue". Behavior of MFI controllers will rem

Re: [PATCH 6/8] megaraid_sas : Reserve commands for IOCTLs and internal DCMDs

2015-01-06 Thread Martin K. Petersen
> "Sumit" ==writes: Sumit> 1)For fusion adapters, limited reserved frames for non SCSI Sumit> commands to 8(3 for parallel IOCTLs + 5 for driver's internal Sumit> DCMDs). Earlier reserved commands for non SCSI IO frames was set Sumit> to 32, so with this implementation, increased per cont

Re: [PATCH 6/8] megaraid_sas : Reserve commands for IOCTLs and internal DCMDs

2015-01-08 Thread Christoph Hellwig
Btw, what happend to the plan of using block layer host wide tags? -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: [PATCH 6/8] megaraid_sas : Reserve commands for IOCTLs and internal DCMDs

2015-01-08 Thread Sumit Saxena
p.de...@avagotech.com >Subject: Re: [PATCH 6/8] megaraid_sas : Reserve commands for IOCTLs and >internal DCMDs > >Btw, what happend to the plan of using block layer host wide tags? Those code changes are going through internal testing. Once it's completed, I will post the patch to upst