linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [LSF/MM TOPIC] [ATTEND] scsi-mq
@ 2014-01-15 23:05 Nicholas A. Bellinger
  2014-01-16 16:29 ` Sagi Grimberg
  0 siblings, 1 reply; 3+ messages in thread
From: Nicholas A. Bellinger @ 2014-01-15 23:05 UTC (permalink / raw)
  To: lsf-pc; +Cc: linux-scsi, LKML

Hi all,

I'd like to discuss the current state of scsi-mq prototype code.

And now that blk-mq is upstream for v3.13, exploring the remaining TODO
items towards an initial scsi-mq merge sometime before 2015 is upon us.

The benefits of scsi-mq remain unchanged:

  - Utilizes blk-mq's native per-cpu primitive + NUMA local friendly 
    queuing of pre-allocated struct request descriptor memory
  - Eliminates all fast-path memory allocations in SCSI-core + 
    optionally the underlying SCSI LLDs
  - Avoids fast-path Scsi_Host->host_lock + request_queue->queue_lock 
    accesses in submission + completion paths

These benefits have been discussed in greater detail in [1], and the
latest alpha quality code is available at [2] below.

The current TODO items include:

 - A plan for per device SCSI error handling
 - Proper scsi_device->sdev_gendev reference counting
 - Queuing fairness across multiple scsi-mq devices per host
 - Support for > 1 nr_hw_queues + conversion of qla2xxx + lpfc 
   LLDs that support native hardware multiqueue

Thank you,

--nab

References:

[1]:
[ATTEND] scsi-mq prototype discussion
http://marc.info/?l=linux-scsi&m=137358831329753&w=2

[2]:
scsi-mq WIP updated to v3.13-rc3
http://marc.info/?l=linux-scsi&m=138782535731722&w=2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LSF/MM TOPIC] [ATTEND] scsi-mq
  2014-01-15 23:05 [LSF/MM TOPIC] [ATTEND] scsi-mq Nicholas A. Bellinger
@ 2014-01-16 16:29 ` Sagi Grimberg
  2014-01-22 19:02   ` James Smart
  0 siblings, 1 reply; 3+ messages in thread
From: Sagi Grimberg @ 2014-01-16 16:29 UTC (permalink / raw)
  To: Nicholas A. Bellinger, lsf-pc; +Cc: linux-scsi, LKML

On 1/16/2014 1:05 AM, Nicholas A. Bellinger wrote:
> Hi all,
>
> I'd like to discuss the current state of scsi-mq prototype code.
>
> And now that blk-mq is upstream for v3.13, exploring the remaining TODO
> items towards an initial scsi-mq merge sometime before 2015 is upon us.
>
> The benefits of scsi-mq remain unchanged:
>
>    - Utilizes blk-mq's native per-cpu primitive + NUMA local friendly
>      queuing of pre-allocated struct request descriptor memory
>    - Eliminates all fast-path memory allocations in SCSI-core +
>      optionally the underlying SCSI LLDs
>    - Avoids fast-path Scsi_Host->host_lock + request_queue->queue_lock
>      accesses in submission + completion paths
>
> These benefits have been discussed in greater detail in [1], and the
> latest alpha quality code is available at [2] below.
>
> The current TODO items include:
>
>   - A plan for per device SCSI error handling
>   - Proper scsi_device->sdev_gendev reference counting
>   - Queuing fairness across multiple scsi-mq devices per host
>   - Support for > 1 nr_hw_queues + conversion of qla2xxx + lpfc
>     LLDs that support native hardware multiqueue
>
> Thank you,
>
> --nab
>
> References:
>
> [1]:
> [ATTEND] scsi-mq prototype discussion
> http://marc.info/?l=linux-scsi&m=137358831329753&w=2
>
> [2]:
> scsi-mq WIP updated to v3.13-rc3
> http://marc.info/?l=linux-scsi&m=138782535731722&w=2
>

+1
I would be happy to join this discussion, I think it is also important 
to think about the interaction with iSCSI and LLDs.

Sagi.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LSF/MM TOPIC] [ATTEND] scsi-mq
  2014-01-16 16:29 ` Sagi Grimberg
@ 2014-01-22 19:02   ` James Smart
  0 siblings, 0 replies; 3+ messages in thread
From: James Smart @ 2014-01-22 19:02 UTC (permalink / raw)
  To: James Bottomley; +Cc: Nicholas A. Bellinger, lsf-pc, linux-scsi, LKML

James,

I'd like to attend to participate in the  EH, MQ, and T10 PI RDMA 
discussions.

-- james s



On 1/16/2014 11:29 AM, Sagi Grimberg wrote:
> On 1/16/2014 1:05 AM, Nicholas A. Bellinger wrote:
>> Hi all,
>>
>> I'd like to discuss the current state of scsi-mq prototype code.
>>
>> And now that blk-mq is upstream for v3.13, exploring the remaining TODO
>> items towards an initial scsi-mq merge sometime before 2015 is upon us.
>>
>> The benefits of scsi-mq remain unchanged:
>>
>>    - Utilizes blk-mq's native per-cpu primitive + NUMA local friendly
>>      queuing of pre-allocated struct request descriptor memory
>>    - Eliminates all fast-path memory allocations in SCSI-core +
>>      optionally the underlying SCSI LLDs
>>    - Avoids fast-path Scsi_Host->host_lock + request_queue->queue_lock
>>      accesses in submission + completion paths
>>
>> These benefits have been discussed in greater detail in [1], and the
>> latest alpha quality code is available at [2] below.
>>
>> The current TODO items include:
>>
>>   - A plan for per device SCSI error handling
>>   - Proper scsi_device->sdev_gendev reference counting
>>   - Queuing fairness across multiple scsi-mq devices per host
>>   - Support for > 1 nr_hw_queues + conversion of qla2xxx + lpfc
>>     LLDs that support native hardware multiqueue
>>
>> Thank you,
>>
>> --nab
>>
>> References:
>>
>> [1]:
>> [ATTEND] scsi-mq prototype discussion
>> http://marc.info/?l=linux-scsi&m=137358831329753&w=2
>>
>> [2]:
>> scsi-mq WIP updated to v3.13-rc3
>> http://marc.info/?l=linux-scsi&m=138782535731722&w=2
>>
>
> +1
> I would be happy to join this discussion, I think it is also important 
> to think about the interaction with iSCSI and LLDs.
>
> Sagi.
>
> -- 
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-22 19:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 23:05 [LSF/MM TOPIC] [ATTEND] scsi-mq Nicholas A. Bellinger
2014-01-16 16:29 ` Sagi Grimberg
2014-01-22 19:02   ` James Smart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).