net/mlx5_core: Set irq affinity hints
authorSaeed Mahameed <saeedm@mellanox.com>
Thu, 28 May 2015 19:28:39 +0000 (22:28 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 31 May 2015 01:22:48 +0000 (18:22 -0700)
commitdb058a186f98b057c19c42f7b10d9a96fd3b5d59
tree933870bac7c3cf325f114cd6000e16fd4d1f515e
parent64ffaa2159b752e6c263dc57eaaaed7367d37493
net/mlx5_core: Set irq affinity hints

Preparation for upcoming ethernet driver.
- Move msix array from eq_table struct to priv since its not related to
  eq_table
- Intorduce irq_info struct to hold all irq information
- Move name from mlx5_eq to irq_info struct since it is irq property.
- Set IRQ affinity hints

Signed-off-by: Achiad Shochat <achiad@mellanox.com>
Signed-off-by: Rana Shahout <ranas@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/eq.c
drivers/net/ethernet/mellanox/mlx5/core/main.c
include/linux/mlx5/driver.h