Re: [PATCH 2/2] blk-mq: add a first_vec argument to blk_mq_pci_map_queues

2016-11-07 Thread Christoph Hellwig
On Mon, Nov 07, 2016 at 10:37:16AM +0100, Hannes Reinecke wrote: > With this patch smartpqi doesn't compile anymore; it still uses the old > interface. > So to get this merged you probably should send a patch for that one, too. I have a fixup patch for it, but as these two patches aren't against t

Re: [PATCH 2/2] blk-mq: add a first_vec argument to blk_mq_pci_map_queues

2016-11-07 Thread Hannes Reinecke
On 11/07/2016 12:07 AM, Christoph Hellwig wrote: > This allows skipping the first N IRQ vectors in case they are used for > control or admin interrupts. > > Signed-off-by: Christoph Hellwig > --- > block/blk-mq-pci.c | 6 -- > drivers/nvme/host/pci.c| 2 +- > include/linux/blk-mq

Re: [PATCH 2/2] blk-mq: add a first_vec argument to blk_mq_pci_map_queues

2016-11-07 Thread Hannes Reinecke
On 11/07/2016 12:07 AM, Christoph Hellwig wrote: > This allows skipping the first N IRQ vectors in case they are used for > control or admin interrupts. > > Signed-off-by: Christoph Hellwig > --- > block/blk-mq-pci.c | 6 -- > drivers/nvme/host/pci.c| 2 +- > include/linux/blk-mq

[PATCH 2/2] blk-mq: add a first_vec argument to blk_mq_pci_map_queues

2016-11-06 Thread Christoph Hellwig
This allows skipping the first N IRQ vectors in case they are used for control or admin interrupts. Signed-off-by: Christoph Hellwig --- block/blk-mq-pci.c | 6 -- drivers/nvme/host/pci.c| 2 +- include/linux/blk-mq-pci.h | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-)