RDMA/mlx5: Use the proper number of ports
authorMark Bloch <mbloch@nvidia.com>
Mon, 8 Aug 2022 07:48:06 +0000 (10:48 +0300)
committerLeon Romanovsky <leonro@nvidia.com>
Tue, 16 Aug 2022 13:14:19 +0000 (16:14 +0300)
commit4b83c3caf289b80acecc539c79f10a6937cc42dd
tree963948e47a0cebcbae5bfb1ff51a029db3fea243
parentd6d142cb7f79bec6051c5ecf744b7a5309c5a0ee
RDMA/mlx5: Use the proper number of ports

The cited commit allowed the driver to operate over HCAs that have
4 physical ports. Use the number of ports of the RDMA device in the for
loop instead of using the struct size.

Fixes: 4cd14d44b11d ("net/mlx5: Support devices with more than 2 ports")
Link: https://lore.kernel.org/r/a54a56c2ede16044a29d119209b35189c662ac72.1659944855.git.leonro@nvidia.com
Signed-off-by: Mark Bloch <mbloch@nvidia.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/mlx5/main.c