Re: [PATCH 1/3] blk-mq: export blk_mq_map_queues

2016-11-01 Thread Jens Axboe
On Tue, Nov 01 2016, Martin K. Petersen wrote: > > "Christoph" == Christoph Hellwig writes: > > Christoph> This will allow SCSI to have a single blk_mq_ops structure > Christoph> that either lets the LLDD map the queues to PCIe MSIx vectors > Christoph> or use the default. > >

Re: [PATCH 1/3] blk-mq: export blk_mq_map_queues

2016-11-01 Thread Martin K. Petersen
> "Christoph" == Christoph Hellwig writes: Christoph> This will allow SCSI to have a single blk_mq_ops structure Christoph> that either lets the LLDD map the queues to PCIe MSIx vectors Christoph> or use the default. Jens, any objection to me funneling this change through the

[PATCH 1/3] blk-mq: export blk_mq_map_queues

2016-11-01 Thread Christoph Hellwig
This will allow SCSI to have a single blk_mq_ops structure that either lets the LLDD map the queues to PCIe MSIx vectors or use the default. Signed-off-by: Christoph Hellwig Reviewed-by: Hannes Reinecke Reviewed-by: Johannes Thumshirn ---

Re: [PATCH 1/3] blk-mq: export blk_mq_map_queues

2016-10-17 Thread Johannes Thumshirn
On Sat, Oct 15, 2016 at 10:47:19AM +0200, Christoph Hellwig wrote: > This will allow SCSI to have a single blk_mq_ops structure that either > lets the LLDD map the queues to PCIe MSIx vectors or use the default. > > Signed-off-by: Christoph Hellwig > --- > block/blk-mq.h |

Re: [PATCH 1/3] blk-mq: export blk_mq_map_queues

2016-10-15 Thread Hannes Reinecke
On 10/15/2016 10:47 AM, Christoph Hellwig wrote: This will allow SCSI to have a single blk_mq_ops structure that either lets the LLDD map the queues to PCIe MSIx vectors or use the default. Signed-off-by: Christoph Hellwig --- block/blk-mq.h | 1 - include/linux/blk-mq.h