commit | 2d0b41a3767941b53160c940cdaf596a99f50fb6 | [log] [tgz] |
---|---|---|
author | Shay Drory <shayd@nvidia.com> | Tue Jun 22 14:20:16 2021 +0300 |
committer | Saeed Mahameed <saeedm@nvidia.com> | Wed Aug 11 11:14:31 2021 -0700 |
tree | c669a1d138ca0e74cd4adfc4eb5dd2868469705a | |
parent | 68fefb70898a8d123d1e40b2ae02bc907c460d7d [diff] |
net/mlx5: Refcount mlx5_irq with integer Currently, all access to mlx5 IRQs are done undere a lock. Hance, there isn't a reason to have kref in struct mlx5_irq. Switch it to integer. Signed-off-by: Shay Drory <shayd@nvidia.com> Reviewed-by: Parav Pandit <parav@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>