On 10/14/2016 08:35 PM, Adam Manzananares wrote:
The 10/14/2016 07:54, Hannes Reinecke wrote:
On 10/13/2016 09:53 PM, Adam Manzanares wrote:
Patch adds an association between iocontext ioprio and the ioprio of a
request. This value is set in blk_rq_set_prio which takes the request and
the ioc a
In 4.9 I've added support in the interrupt layer to automatically
assign the interrupt affinity at interrupt allocation time, and
expose that information to blk-mq.
This series extents that so that SCSI driver can pass on the information
as well. The SCSI part is fairly trivial, although we need
Just hand through the blk-mq map_queues method in the host template.
Signed-off-by: Christoph Hellwig
---
block/blk-mq-cpumap.c| 1 +
drivers/scsi/scsi_lib.c | 10 ++
include/scsi/scsi_host.h | 8
3 files changed, 19 insertions(+)
diff --git a/block/blk-mq-cpumap.c b/blo
Which cleans up a lot of the MSI-X handling, and allows us to use the
PCI IRQ layer provided vector mapping, which we can then expose to blk-mq.
Signed-off-by: Christoph Hellwig
---
drivers/scsi/smartpqi/smartpqi.h | 2 -
drivers/scsi/smartpqi/smartpqi_init.c | 102 +++
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 | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git
Hi Nic,
while we're at critical fixes for 4.9 and -stable, can you please
pick up this one:
http://www.spinics.net/lists/target-devel/msg13463.html
--
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
On 10/15/2016 10:47 AM, Christoph Hellwig wrote:
In 4.9 I've added support in the interrupt layer to automatically
assign the interrupt affinity at interrupt allocation time, and
expose that information to blk-mq.
This series extents that so that SCSI driver can pass on the information
as well.
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 | 1 +
2 files
On 10/15/2016 10:47 AM, Christoph Hellwig wrote:
Just hand through the blk-mq map_queues method in the host template.
Signed-off-by: Christoph Hellwig
---
block/blk-mq-cpumap.c| 1 +
drivers/scsi/scsi_lib.c | 10 ++
include/scsi/scsi_host.h | 8
3 files changed, 19 inse
On 10/15/2016 10:47 AM, Christoph Hellwig wrote:
Which cleans up a lot of the MSI-X handling, and allows us to use the
PCI IRQ layer provided vector mapping, which we can then expose to blk-mq.
Signed-off-by: Christoph Hellwig
---
drivers/scsi/smartpqi/smartpqi.h | 2 -
drivers/scsi/sma
10 matches
Mail list logo