OSDN Git Service

net/mlx5: Set all field of mlx5_irq before inserting it to the xarray
authorShay Drory <shayd@nvidia.com>
Wed, 16 Jun 2021 15:59:05 +0000 (18:59 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Tue, 10 Aug 2021 03:56:52 +0000 (20:56 -0700)
commit5957cc557dc5d52c3448be15c2474f33224b89b6
tree1151e21fe98ced32df8d3bf62213dc9c3bdfef6c
parent3c8946e0e2841aa7cbdabf6acaac6559fa8d1a49
net/mlx5: Set all field of mlx5_irq before inserting it to the xarray

Currently irq->pool is set after the irq is insert to the xarray.
Set irq->pool before the irq is inserted to the xarray.

Fixes: 71e084e26414 ("net/mlx5: Allocating a pool of MSI-X vectors for SFs")
Signed-off-by: Shay Drory <shayd@nvidia.com>
Reviewed-by: Parav Pandit <parav@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c