]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Generalize IRQ interface to work with irq_table
authorYuval Avnery <yuvalav@mellanox.com>
Mon, 10 Jun 2019 23:38:34 +0000 (23:38 +0000)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 13 Jun 2019 17:59:49 +0000 (10:59 -0700)
commit56d9aad29f226e51dd7a84d6eb21928e06d8c602
treea3bab356df42c997be3fd134f1c124d145d05f3d
parentacf8d0dcdcbf0a26314f8621421be8f93f41f512
net/mlx5: Generalize IRQ interface to work with irq_table

IRQ interface should operate within the irq_table context.
It should be independent of any EQ data structure.

The interface that will be exposed:
init/clenup, create/destroy, attach/detach

Signed-off-by: Yuval Avnery <yuvalav@mellanox.com>
Reviewed-by: Parav Pandit <parav@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/eq.c