Re: [PATCH] mlxsw: convert to pci_alloc_irq_vectors

2017-04-06 Thread Ido Schimmel
On Thu, Apr 06, 2017 at 11:40:23AM +0200, Christoph Hellwig wrote: > Trivial conversion as only one vector is supported, but at least we > lose the useless msix_entry member in the per-device structure. > > Signed-off-by: Christoph Hellwig It doesn't apply cleanly to net-next. Can you please re-

[PATCH] mlxsw: convert to pci_alloc_irq_vectors

2017-04-06 Thread Christoph Hellwig
Trivial conversion as only one vector is supported, but at least we lose the useless msix_entry member in the per-device structure. Signed-off-by: Christoph Hellwig --- drivers/net/ethernet/mellanox/mlxsw/pci.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/dri