linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Keith Busch <keith.busch@intel.com>
To: Christoph Hellwig <hch@lst.de>
Cc: helgaas@kernel.org, agordeev@redhat.com, pjw@netapp.com,
	axboe@fb.com, linux-pci@vger.kernel.org,
	linux-nvme@lists.infradead.org
Subject: Re: [PATCH 2/2] nvme: switch to use pci_alloc_irq_vectors
Date: Tue, 10 May 2016 11:27:09 -0400	[thread overview]
Message-ID: <20160510152708.GB21151@localhost.localdomain> (raw)
In-Reply-To: <1462457096-19795-3-git-send-email-hch@lst.de>

On Thu, May 05, 2016 at 04:04:56PM +0200, Christoph Hellwig wrote:
> -static void nvme_set_irq_hints(struct nvme_dev *dev)
> -{
> -	struct nvme_queue *nvmeq;
> -	int i;
> -
> -	for (i = 0; i < dev->online_queues; i++) {
> -		nvmeq = dev->queues[i];
> -
> -		if (!nvmeq->tags || !(*nvmeq->tags))
> -			continue;
> -
> -		irq_set_affinity_hint(dev->entry[nvmeq->cq_vector].vector,
> -					blk_mq_tags_cpumask(*nvmeq->tags));
> -	}
> -}

The above doesn't merge with linux-block/for-next since the scanning was
moved to core. If this is going through linux-pci, then it merges fine,
but someone will have to fix this later.

Otherwise, looks good.

Acked-by: Keith Busch <keith.busch@intel.com>

      reply	other threads:[~2016-05-10 15:27 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-05 14:04 PCI: Provide sensible irq vector alloc/free routines Christoph Hellwig
2016-05-05 14:04 ` [PATCH 1/2] " Christoph Hellwig
2016-05-06 16:04   ` Bjorn Helgaas
2016-05-06 16:28     ` Christoph Hellwig
2016-05-06 16:35       ` Bjorn Helgaas
2016-05-08  9:05         ` Christoph Hellwig
2016-05-09 22:46   ` Bjorn Helgaas
2016-05-11  8:52     ` Christoph Hellwig
2016-05-16 19:39     ` Bjorn Helgaas
2016-05-17 16:45       ` Christoph Hellwig
2016-05-11  7:45   ` Alexander Gordeev
2016-05-11  8:50     ` Christoph Hellwig
2016-05-11  9:44       ` Alexander Gordeev
2016-05-12  7:35         ` Christoph Hellwig
2016-05-12  9:44           ` Alexander Gordeev
2016-05-12 11:03             ` Christoph Hellwig
2016-05-12 12:11               ` Alexander Gordeev
2016-05-12 12:19                 ` Christoph Hellwig
2016-05-12 14:29                   ` Christoph Hellwig
2016-05-13  8:29                     ` Alexander Gordeev
2016-06-11  1:14                       ` Bjorn Helgaas
2016-06-13 15:15                         ` Christoph Hellwig
2016-06-21 14:33                         ` Christoph Hellwig
2016-05-12 11:04   ` Alexander Gordeev
2016-05-12 11:04     ` Christoph Hellwig
2016-05-05 14:04 ` [PATCH 2/2] nvme: switch to use pci_alloc_irq_vectors Christoph Hellwig
2016-05-10 15:27   ` Keith Busch [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160510152708.GB21151@localhost.localdomain \
    --to=keith.busch@intel.com \
    --cc=agordeev@redhat.com \
    --cc=axboe@fb.com \
    --cc=hch@lst.de \
    --cc=helgaas@kernel.org \
    --cc=linux-nvme@lists.infradead.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=pjw@netapp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).