]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDMA/mlx5: Enable multiplane mode only when it is supported
authorMark Zhang <markzhang@nvidia.com>
Thu, 19 Dec 2024 12:23:36 +0000 (14:23 +0200)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 3 Jan 2025 13:17:19 +0000 (09:17 -0400)
commit45d339fefaa3dcd237038769e0d34584fb867390
tree753409fb11f3344069f191735ec988df47c1f820
parente6178bf78d0378c2d397a6aafaf4882d0af643fa
RDMA/mlx5: Enable multiplane mode only when it is supported

Driver queries vport_cxt.num_plane and enables multiplane when it is
greater then 0, but some old FWs (versions from x.40.1000 till x.42.1000),
report vport_cxt.num_plane = 1 unexpectedly.

Fix it by querying num_plane only when HCA_CAP2.multiplane bit is set.

Fixes: 2a5db20fa532 ("RDMA/mlx5: Add support to multi-plane device and port")
Link: https://patch.msgid.link/r/1ef901acdf564716fcf550453cf5e94f343777ec.1734610916.git.leon@kernel.org
Cc: stable@vger.kernel.org
Reported-by: Francesco Poli <invernomuto@paranoici.org>
Closes: https://lore.kernel.org/all/nvs4i2v7o6vn6zhmtq4sgazy2hu5kiulukxcntdelggmznnl7h@so3oul6uwgbl/
Signed-off-by: Mark Zhang <markzhang@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Reviewed-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/mlx5/main.c
include/linux/mlx5/mlx5_ifc.h