Re: [PATCH V2 2/3] PCI: add an API to get node from vector

2017-02-24 Thread Jens Axboe
On 02/24/2017 03:29 PM, Bjorn Helgaas wrote: > On Wed, Feb 01, 2017 at 09:53:15AM -0800, Shaohua Li wrote: >> Next patch will use the API to get the node from vector for nvme device >> >> Signed-off-by: Shaohua Li > > Acked-by: Bjorn Helgaas > > Sorry I missed this; I normally work from the lin

Re: [PATCH V2 2/3] PCI: add an API to get node from vector

2017-02-24 Thread Bjorn Helgaas
On Wed, Feb 01, 2017 at 09:53:15AM -0800, Shaohua Li wrote: > Next patch will use the API to get the node from vector for nvme device > > Signed-off-by: Shaohua Li Acked-by: Bjorn Helgaas Sorry I missed this; I normally work from the linux-pci patchwork, and this didn't show up there because i

Re: [PATCH V2 2/3] PCI: add an API to get node from vector

2017-02-01 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig

[PATCH V2 2/3] PCI: add an API to get node from vector

2017-02-01 Thread Shaohua Li
Next patch will use the API to get the node from vector for nvme device Signed-off-by: Shaohua Li --- drivers/pci/msi.c | 16 include/linux/pci.h | 6 ++ 2 files changed, 22 insertions(+) diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c index 50c5003..ab7aee7 100644 --