Re: [PATCH rfc 1/6] mlx5: convert to generic pci_alloc_irq_vectors

2017-04-04 Thread Christoph Hellwig
Looks good: Reviewed-by: Christoph Hellwig

[PATCH rfc 1/6] mlx5: convert to generic pci_alloc_irq_vectors

2017-04-02 Thread Sagi Grimberg
Now that we have a generic code to allocate an array of irq vectors and even correctly spread their affinity, correctly handle cpu hotplug events and more, were much better off using it. Signed-off-by: Sagi Grimberg --- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 2